Add missing include of <cstdlib>

[SVN r37286]
This commit is contained in:
Douglas Gregor
2007-03-26 13:58:53 +00:00
parent 2fbf2718c4
commit 111c30d99e

View File

@@ -26,6 +26,7 @@
#include <boost/system/error_code.hpp>
#include <boost/cerrno.hpp>
#include <vector>
#include <cstdlib>
using namespace boost::system;