fix: add conditional #include <windows.h> for certain files breaking with boost v1.78+

This commit is contained in:
krande
2022-11-01 08:38:37 +01:00
parent f0e4397ef9
commit 7cd5c6292b
10 changed files with 40 additions and 0 deletions
@@ -1,3 +1,7 @@
#ifdef _MSC_VER
#include <windows.h>
#endif
#include "boolean_utils.h"
#include "../ifcgeom_schema_agnostic/IfcGeomTree.h"