Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53813 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-12 04:17:15


Author: cschladetsch
Date: 2009-06-12 04:17:15 EDT (Fri, 12 Jun 2009)
New Revision: 53813
URL: http://svn.boost.org/trac/boost/changeset/53813

Log:
re-added reference to stdlib.h for GCC

Text files modified:
   sandbox/monotonic/boost/monotonic/storage_base.h | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/monotonic/boost/monotonic/storage_base.h
==============================================================================
--- sandbox/monotonic/boost/monotonic/storage_base.h (original)
+++ sandbox/monotonic/boost/monotonic/storage_base.h 2009-06-12 04:17:15 EDT (Fri, 12 Jun 2009)
@@ -6,6 +6,7 @@
 #pragma once
 
 #include <limits>
+#include <stdlib.h>
 #include <boost/monotonic/storage.h>
 
 namespace boost


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