forked from boostorg/regex
Moved new #include to central location with the rest of the includes.
[SVN r28273]
This commit is contained in:
@ -23,8 +23,6 @@
|
||||
# include BOOST_ABI_PREFIX
|
||||
#endif
|
||||
|
||||
#include <algorithm> // std::swap
|
||||
|
||||
namespace boost{
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(push)
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
#include <iosfwd>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
Reference in New Issue
Block a user