ifcgeom, serializer: fix missing includes

This commit is contained in:
Dirk Olbrich
2023-10-24 14:12:42 +02:00
committed by Thomas Krijnen
parent 9f40674d91
commit 95b5926353
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
#include "../ifcgeom/Serializer.h"
#include "../ifcgeom/IfcGeomElement.h"
#include <fstream>
namespace ifcopenshell {
namespace geometry {
+1
View File
@@ -4,6 +4,7 @@
#include "../abstract_mapping.h"
#include "../../ifcparse/macros.h"
#include "../../ifcparse/IfcFile.h"
#include "../../ifcparse/IfcLogger.h"
#define INCLUDE_SCHEMA(x) STRINGIFY(../../ifcparse/x.h)
#include INCLUDE_SCHEMA(IfcSchema)
@@ -28,6 +28,7 @@
#include "../../ifcparse/IfcSIPrefix.h"
#include "../../ifcparse/utils.h"
#include "../../ifcparse/IfcLogger.h"
using boost::property_tree::ptree;