We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdf1d5b + 3021e98 commit 7f41e45Copy full SHA for 7f41e45
src/wasm/include/web-ifc-geometry.h
@@ -14,6 +14,7 @@
14
#include <sstream>
15
#include <fstream>
16
#include <iostream>
17
+#include <cmath>
18
19
#include <glm/glm.hpp>
20
#include <glm/gtx/transform.hpp>
@@ -25,6 +26,7 @@
25
26
#include <tinynurbs/tinynurbs.h>
27
28
#include "../parsing/ifc-schema.h"
29
+#include "../parsing/IfcLoader.h"
30
#include "util.h"
31
32
const double EXTRUSION_DISTANCE_HALFSPACE_M = 50;
src/wasm/parsing/IfcLoader.cpp
@@ -3,6 +3,7 @@
3
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4
5
6
+#include <algorithm>
7
#include "IfcLoader.h"
8
#include "LoaderError.h"
9
#include "../utility/Logging.h"
0 commit comments