From e5d9c9545651d590cd0e38a069f63c6ac48112cf Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 8 Nov 2002 11:55:49 +0000 Subject: [PATCH] Fixed header include after recent changes [SVN r16159] --- include/boost/regex/config.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 2f46159f..70a9a472 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -257,7 +257,7 @@ using std::distance; #endif #if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE) -# include +# include #endif /***************************************************************************** @@ -643,3 +643,4 @@ inline void pointer_construct(T* p, const T& t) +