Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-01-23 06:46:28


Author: danieljames
Date: 2008-01-23 06:46:28 EST (Wed, 23 Jan 2008)
New Revision: 42922
URL: http://svn.boost.org/trac/boost/changeset/42922

Log:
Add missing include. Refs #1596

Text files modified:
   branches/unordered/trunk/libs/unordered/test/unordered/simple_tests.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/unordered/trunk/libs/unordered/test/unordered/simple_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/simple_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/simple_tests.cpp 2008-01-23 06:46:28 EST (Wed, 23 Jan 2008)
@@ -8,6 +8,7 @@
 #include <boost/unordered_set.hpp>
 #include <boost/unordered_map.hpp>
 #include <boost/detail/lightweight_test.hpp>
+#include <cstdlib>
 #include <algorithm>
 #include "../helpers/equivalent.hpp"
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk