IfcParseExamples not to rely on includes

This commit is contained in:
Andrej730
2025-12-12 13:55:44 +05:00
parent 92964fb5ef
commit 99835fcab3
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -20,9 +20,9 @@
// TODO: Multiple schemas
#define IfcSchema Ifc2x3
#include "../ifcparse/IfcFile.h"
#include "../ifcparse/IfcLogger.h"
#include "../ifcparse/Ifc2x3.h"
#include "ifcparse/IfcFile.h"
#include "ifcparse/IfcLogger.h"
#include "ifcparse/Ifc2x3.h"
#include <boost/preprocessor/stringize.hpp>
#include <boost/preprocessor/seq/for_each.hpp>