From 6213ff03fce211531e952e3d35c990283c64cd4b Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 9 Dec 2022 18:35:37 +0000 Subject: [PATCH] Fix macro redefinition. --- src/wide_posix_api.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wide_posix_api.cpp b/src/wide_posix_api.cpp index 508acb32..8abb28e3 100644 --- a/src/wide_posix_api.cpp +++ b/src/wide_posix_api.cpp @@ -20,15 +20,15 @@ #include -#ifndef BOOST_WORKAROUND -#define BOOST_WORKAROUND(x, y) false -#endif - #ifndef BOOST_NO_WREGEX #include #include +#ifndef BOOST_WORKAROUND +#define BOOST_WORKAROUND(x, y) false +#endif + #include #include #include