Update of /cvsroot/boost/boost/libs/system/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6759

Modified Files:
        error_code.cpp 
Log Message:
Add missing include of <cstdlib>

Index: error_code.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/system/src/error_code.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- error_code.cpp      18 Dec 2006 12:44:08 -0000      1.4
+++ error_code.cpp      26 Mar 2007 13:58:53 -0000      1.5
@@ -26,6 +26,7 @@
 #include <boost/system/error_code.hpp>
 #include <boost/cerrno.hpp>
 #include <vector>
+#include <cstdlib>
 
 using namespace boost::system;
 


-------------------------------------------------------------------------
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