Update of /cvsroot/boost/boost/boost/wave/util
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28891/boost/wave/util

Modified Files:
        flex_string.hpp 
Log Message:
Wave: Added more missing #includes.

Index: flex_string.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/util/flex_string.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- flex_string.hpp     3 Apr 2007 21:29:58 -0000       1.15
+++ flex_string.hpp     5 Apr 2007 13:06:17 -0000       1.16
@@ -91,6 +91,7 @@
 #endif
 
 #include <memory>
+#include <new>
 #include <string>
 #include <vector>
 #include <algorithm>
@@ -99,6 +100,7 @@
 #include <stdexcept>
 #include <cstddef>
 #include <cstring>
+#include <cstdlib>
 
 // this must occur after all of the includes and before any code appears
 #ifdef BOOST_HAS_ABI_HEADERS


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to