Moved new #include to central location with the rest of the includes.

[SVN r28273]
This commit is contained in:
John Maddock
2005-04-15 15:39:26 +00:00
parent 506cd316b2
commit 5d1f265345
2 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,6 @@
# include BOOST_ABI_PREFIX # include BOOST_ABI_PREFIX
#endif #endif
#include <algorithm> // std::swap
namespace boost{ namespace boost{
#ifdef BOOST_MSVC #ifdef BOOST_MSVC
#pragma warning(push) #pragma warning(push)

View File

@ -28,6 +28,7 @@
#include <string> #include <string>
#include <stdexcept> #include <stdexcept>
#include <iterator> #include <iterator>
#include <algorithm>
#include <iosfwd> #include <iosfwd>
#include <vector> #include <vector>
#include <map> #include <map>