Fixed Visual Studio compiler error

This commit is contained in:
Daniel Marjamäki 2014-01-06 18:14:29 +01:00
parent a6320a35e0
commit 126f2ed423
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <string>
#include <set>
#include <cstring>
#include <cctype>
// Register this check class (by creating a static instance of it).
// Disabled in release builds