fix: add conditional #include <windows.h> for certain files breaking … (#2558)

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

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

This reverts commit 7cd5c6292b.

* fix: add only `BOOST_REGEX_NO_W32` to fix issues boost v1.78+
This commit is contained in:
Kristoffer Andersen
2022-11-01 13:30:07 +01:00
committed by GitHub
parent 1391dd38ec
commit a7f9d548cf
@@ -23,6 +23,8 @@
#ifndef IFCGEOMFILTER_H
#define IFCGEOMFILTER_H
#define BOOST_REGEX_NO_W32
#include "Kernel.h"
#include "../ifcparse/IfcFile.h"