tentative fix for VC7

[SVN r16252]
This commit is contained in:
John Maddock
2002-11-15 11:50:41 +00:00
parent ff4890b2e2
commit 9a4e5d29c1

View File

@ -13,6 +13,11 @@
*
*/
#include <string>
#include <algorithm>
#include <deque>
#include <iterator>
#ifdef BOOST_RE_OLD_IOSTREAM
#include <iostream.h>
#include <fstream.h>
@ -30,10 +35,6 @@ using std::streambuf;
using std::getline;
#endif
#include <algorithm>
#include <string>
#include <deque>
#include <iterator>
#include <boost/config.hpp>
#include <boost/regex.hpp>
#include <boost/timer.hpp>
@ -362,3 +363,4 @@ int main(int argc, char**argv)