Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76250 - branches/release/boost/icl
From: afojgo_at_[hidden]
Date: 2012-01-01 06:01:38


Author: jofaber
Date: 2012-01-01 06:01:36 EST (Sun, 01 Jan 2012)
New Revision: 76250
URL: http://svn.boost.org/trac/boost/changeset/76250

Log:
Fixing missing reference to boost::move.
Properties modified:
   branches/release/boost/icl/ (props changed)
Text files modified:
   branches/release/boost/icl/associative_interval_container.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/release/boost/icl/associative_interval_container.hpp
==============================================================================
--- branches/release/boost/icl/associative_interval_container.hpp (original)
+++ branches/release/boost/icl/associative_interval_container.hpp 2012-01-01 06:01:36 EST (Sun, 01 Jan 2012)
@@ -8,6 +8,7 @@
 #ifndef BOOST_ICL_ASSOCIATIVE_INTERVAL_CONTAINER_HPP_JOFA_101023
 #define BOOST_ICL_ASSOCIATIVE_INTERVAL_CONTAINER_HPP_JOFA_101023
 
+#include <boost/icl/impl_config.hpp>
 #include <boost/icl/concept/comparable.hpp>
 #include <boost/icl/concept/joinable.hpp>
 #include <boost/icl/concept/container.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