We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710440e commit 6d73c7eCopy full SHA for 6d73c7e
inc/helper.h
@@ -1,4 +1,4 @@
1
-#define USE_IFC4
+#define USE_IFC4x3
2
3
#ifdef USE_IFC2x3
4
#define IfcSchema Ifc2x3
inc/settingsCollection.h
@@ -1,6 +1,7 @@
#include <vector>
#include <thread>
#include <unordered_set>
+#include <mutex>
5
6
#include <nlohmann/json.hpp>
7
#include "helper.h"
0 commit comments