Fixes includes for building on Linux

This commit is contained in:
Yorik van Havre
2014-02-24 20:54:48 -03:00
parent 6b65402611
commit b3bf86e697
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
********************************************************************************/
#include "../ifcparse/IfcParse.h"
#include "../ifcparse/IfcFile.h"
using namespace IfcSchema;
+1
View File
@@ -33,6 +33,7 @@
#include "../ifcparse/IfcUtil.h"
#include "../ifcparse/IfcParse.h"
#include "../ifcparse/IfcException.h"
namespace IfcWrite {