// SPDX-License-Identifier: LGPL-2.1-or-later #ifndef FREECAD_REGEX_HPP_WORKAROUND #define FREECAD_REGEX_HPP_WORKAROUND #include // Workaround for boost >= 1.78 #if BOOST_VERSION >= 107800 # ifdef WIN32 # ifndef NOMINMAX # define NOMINMAX # endif # include # undef BASETYPES # endif #endif #include #endif // #ifndef FREECAD_REGEX_HPP_WORKAROUND