From 5d1f265345c09adf2a5ef3cf737611359b0ed4a0 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 15 Apr 2005 15:39:26 +0000 Subject: [PATCH] Moved new #include to central location with the rest of the includes. [SVN r28273] --- include/boost/regex/v4/match_results.hpp | 2 -- include/boost/regex/v4/regex_workaround.hpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/regex/v4/match_results.hpp b/include/boost/regex/v4/match_results.hpp index 0874ef6a..72538fc0 100644 --- a/include/boost/regex/v4/match_results.hpp +++ b/include/boost/regex/v4/match_results.hpp @@ -23,8 +23,6 @@ # include BOOST_ABI_PREFIX #endif -#include // std::swap - namespace boost{ #ifdef BOOST_MSVC #pragma warning(push) diff --git a/include/boost/regex/v4/regex_workaround.hpp b/include/boost/regex/v4/regex_workaround.hpp index c8a2fa09..090bcd2e 100644 --- a/include/boost/regex/v4/regex_workaround.hpp +++ b/include/boost/regex/v4/regex_workaround.hpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include