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) +