forked from boostorg/regex
tentative fix for VC7
[SVN r16252]
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user