Fix macro redefinition.

This commit is contained in:
jzmaddock
2022-12-09 18:35:37 +00:00
parent 3e4bcb75b6
commit 6213ff03fc

View File

@ -20,15 +20,15 @@
#include <boost/regex/config.hpp>
#ifndef BOOST_WORKAROUND
#define BOOST_WORKAROUND(x, y) false
#endif
#ifndef BOOST_NO_WREGEX
#include <boost/regex.hpp>
#include <boost/cregex.hpp>
#ifndef BOOST_WORKAROUND
#define BOOST_WORKAROUND(x, y) false
#endif
#include <cstdio>
#include <cstring>
#include <cwchar>