$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53973 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-16 03:16:02
Author: cschladetsch
Date: 2009-06-16 03:16:02 EDT (Tue, 16 Jun 2009)
New Revision: 53973
URL: http://svn.boost.org/trac/boost/changeset/53973
Log:
fix for GCC
Text files modified: 
   sandbox/monotonic/boost/monotonic/storage.h      |     1 +                                       
   sandbox/monotonic/boost/monotonic/storage_base.h |     3 +++                                     
   2 files changed, 4 insertions(+), 0 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/storage.h
==============================================================================
--- sandbox/monotonic/boost/monotonic/storage.h	(original)
+++ sandbox/monotonic/boost/monotonic/storage.h	2009-06-16 03:16:02 EDT (Tue, 16 Jun 2009)
@@ -10,6 +10,7 @@
 #include <vector>
 #include <boost/monotonic/fixed_storage.h>
 #include <boost/foreach.hpp>
+#include <limits>
 
 namespace boost
 {
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-16 03:16:02 EDT (Tue, 16 Jun 2009)
@@ -5,6 +5,9 @@
 
 #pragma once
 
+#include <vector>
+#include <utility>
+
 namespace boost
 {
         namespace monotonic