#2558 make conditional

This commit is contained in:
Thomas Krijnen
2022-11-06 14:39:01 +01:00
parent ca98e77b40
commit a57cac5f9c
@@ -23,7 +23,10 @@
#ifndef IFCGEOMFILTER_H
#define IFCGEOMFILTER_H
#include <boost/version.hpp>
#if BOOST_VERSION >= 107800 && defined(_MSC_VER)
#define BOOST_REGEX_NO_W32
#endif
#include "Kernel.h"
#include "../ifcparse/IfcFile.h"