|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67398 - sandbox/icl/boost/icl
From: afojgo_at_[hidden]
Date: 2010-12-21 17:09:57
Author: jofaber
Date: 2010-12-21 17:09:56 EST (Tue, 21 Dec 2010)
New Revision: 67398
URL: http://svn.boost.org/trac/boost/changeset/67398
Log:
Adjustments for use with boost/intrusive
Text files modified:
sandbox/icl/boost/icl/map.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: sandbox/icl/boost/icl/map.hpp
==============================================================================
--- sandbox/icl/boost/icl/map.hpp (original)
+++ sandbox/icl/boost/icl/map.hpp 2010-12-21 17:09:56 EST (Tue, 21 Dec 2010)
@@ -12,10 +12,13 @@
#if defined(ICL_USE_BOOST_INTERPROCESS_IMPLEMENTATION)
#include <boost/interprocess/containers/map.hpp>
+#include <boost/interprocess/containers/set.hpp>
#elif defined(ICL_USE_BOOST_MOVE_IMPLEMENTATION)
#include <boost/container/map.hpp>
+#include <boost/container/set.hpp>
#else
#include <map>
+#include <set>
#endif
#include <string>
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