From 5c2b7404d28ff633f3aa61eece4352aeb06ecc0f Mon Sep 17 00:00:00 2001 From: dushyant basson <39452934+dushyant-basson@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:52:09 +0530 Subject: [PATCH] Revert "Updated included header files" This reverts commit 65f86d929ee9cea8ab5dd6ab8e18a12e9d676628. --- src/qtviewer/ParseIfcFile.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/qtviewer/ParseIfcFile.cpp b/src/qtviewer/ParseIfcFile.cpp index e541b5d155..b2df481af0 100644 --- a/src/qtviewer/ParseIfcFile.cpp +++ b/src/qtviewer/ParseIfcFile.cpp @@ -1,5 +1,9 @@ #include "ParseIfcFile.h" +#include "../ifcparse/Ifc2x3.h" +#define IfcSchema Ifc2x3 + +#include "../ifcgeom/IfcGeom.h" #include "../ifcgeom_schema_agnostic/IfcGeomIterator.h" ParseIfcFile::ParseIfcFile() {} @@ -39,4 +43,4 @@ void ParseIfcFile::Parse(const std::string& filePath) outputMsg(" " + mat.original_name()); } } while (it->next()); -} +} \ No newline at end of file