diff --git a/src/cregex.cpp b/src/cregex.cpp index 37da79ec..02191851 100644 --- a/src/cregex.cpp +++ b/src/cregex.cpp @@ -21,7 +21,9 @@ #include #include -#include +#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION +# include +#endif #if !defined(BOOST_NO_STD_STRING) #include #include