Skip to content

Commit

Permalink
Merge pull request #338 from wsw0108/fix-build
Browse files Browse the repository at this point in the history
Fix build for non-wasm
  • Loading branch information
beachtom authored Feb 19, 2023
2 parents bdf1d5b + 3021e98 commit 7f41e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wasm/include/web-ifc-geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <sstream>
#include <fstream>
#include <iostream>
#include <cmath>

#include <glm/glm.hpp>
#include <glm/gtx/transform.hpp>
Expand All @@ -25,6 +26,7 @@
#include <tinynurbs/tinynurbs.h>

#include "../parsing/ifc-schema.h"
#include "../parsing/IfcLoader.h"
#include "util.h"

const double EXTRUSION_DISTANCE_HALFSPACE_M = 50;
Expand Down
1 change: 1 addition & 0 deletions src/wasm/parsing/IfcLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */

#include <sstream>
#include <algorithm>
#include "IfcLoader.h"
#include "LoaderError.h"
#include "../utility/Logging.h"
Expand Down

0 comments on commit 7f41e45

Please sign in to comment.