mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 19:09:58 +00:00
#2558 make conditional
This commit is contained in:
@@ -23,7 +23,10 @@
|
|||||||
#ifndef IFCGEOMFILTER_H
|
#ifndef IFCGEOMFILTER_H
|
||||||
#define IFCGEOMFILTER_H
|
#define IFCGEOMFILTER_H
|
||||||
|
|
||||||
|
#include <boost/version.hpp>
|
||||||
|
#if BOOST_VERSION >= 107800 && defined(_MSC_VER)
|
||||||
#define BOOST_REGEX_NO_W32
|
#define BOOST_REGEX_NO_W32
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "Kernel.h"
|
#include "Kernel.h"
|
||||||
#include "../ifcparse/IfcFile.h"
|
#include "../ifcparse/IfcFile.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user