mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
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:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user