From 9a4e5d29c1e8a43f96d03eea1d713c6e71fac019 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 15 Nov 2002 11:50:41 +0000 Subject: [PATCH] tentative fix for VC7 [SVN r16252] --- example/timer/regex_timer.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/example/timer/regex_timer.cpp b/example/timer/regex_timer.cpp index c09a01f3..e1533ed2 100644 --- a/example/timer/regex_timer.cpp +++ b/example/timer/regex_timer.cpp @@ -13,6 +13,11 @@ * */ +#include +#include +#include +#include + #ifdef BOOST_RE_OLD_IOSTREAM #include #include @@ -30,10 +35,6 @@ using std::streambuf; using std::getline; #endif -#include -#include -#include -#include #include #include #include @@ -362,3 +363,4 @@ int main(int argc, char**argv) +