CheckClass: Minor fix to make it compile in Visual c++

This commit is contained in:
Daniel Marjamäki 2008-10-21 08:47:26 +00:00
parent 69700da5e1
commit bacc402d04
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <string>
#include <sstream>
#include <cstring>
#include <algorithm>
#ifdef __BORLANDC__