Fix missing include for debug build

This commit is contained in:
Thomas Krijnen
2016-05-11 14:01:38 +02:00
parent 0253c1ddbe
commit 01269e5dd5
+1
View File
@@ -29,6 +29,7 @@
#include "../ifcparse/IfcGlobalId.h"
#include "../ifcparse/IfcException.h"
#include "../ifcparse/IfcUtil.h"
#include "../ifcparse/IfcLogger.h"
static const char* chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_$";