mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 13:36:25 +00:00
ifcgeom, serializer: fix missing includes
This commit is contained in:
committed by
Thomas Krijnen
parent
9f40674d91
commit
95b5926353
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include "../ifcgeom/Serializer.h"
|
#include "../ifcgeom/Serializer.h"
|
||||||
#include "../ifcgeom/IfcGeomElement.h"
|
#include "../ifcgeom/IfcGeomElement.h"
|
||||||
|
#include <fstream>
|
||||||
|
|
||||||
namespace ifcopenshell {
|
namespace ifcopenshell {
|
||||||
namespace geometry {
|
namespace geometry {
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
#include "../abstract_mapping.h"
|
#include "../abstract_mapping.h"
|
||||||
#include "../../ifcparse/macros.h"
|
#include "../../ifcparse/macros.h"
|
||||||
#include "../../ifcparse/IfcFile.h"
|
#include "../../ifcparse/IfcFile.h"
|
||||||
|
#include "../../ifcparse/IfcLogger.h"
|
||||||
|
|
||||||
#define INCLUDE_SCHEMA(x) STRINGIFY(../../ifcparse/x.h)
|
#define INCLUDE_SCHEMA(x) STRINGIFY(../../ifcparse/x.h)
|
||||||
#include INCLUDE_SCHEMA(IfcSchema)
|
#include INCLUDE_SCHEMA(IfcSchema)
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
#include "../../ifcparse/IfcSIPrefix.h"
|
#include "../../ifcparse/IfcSIPrefix.h"
|
||||||
#include "../../ifcparse/utils.h"
|
#include "../../ifcparse/utils.h"
|
||||||
|
#include "../../ifcparse/IfcLogger.h"
|
||||||
|
|
||||||
using boost::property_tree::ptree;
|
using boost::property_tree::ptree;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user