Fixed header include after recent changes

[SVN r16159]
This commit is contained in:
John Maddock
2002-11-08 11:55:49 +00:00
parent b6a13dd215
commit e5d9c95456

View File

@ -257,7 +257,7 @@ using std::distance;
#endif #endif
#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE) #if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE)
# include <boost/regex/detail/regex_library_include.hpp> # include <boost/regex/v3/regex_library_include.hpp>
#endif #endif
/***************************************************************************** /*****************************************************************************
@ -643,3 +643,4 @@ inline void pointer_construct(T* p, const T& t)