Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75192 - sandbox/mmap/boost/mmap/detail
From: dsaritz_at_[hidden]
Date: 2011-10-31 11:01:01


Author: psiha
Date: 2011-10-31 11:01:00 EDT (Mon, 31 Oct 2011)
New Revision: 75192
URL: http://svn.boost.org/trac/boost/changeset/75192

Log:
Added a missing include directive.
Text files modified:
   sandbox/mmap/boost/mmap/detail/impl_selection.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/mmap/boost/mmap/detail/impl_selection.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/detail/impl_selection.hpp (original)
+++ sandbox/mmap/boost/mmap/detail/impl_selection.hpp 2011-10-31 11:01:00 EDT (Mon, 31 Oct 2011)
@@ -17,6 +17,7 @@
 #define impl_selection_hpp__05AF14B5_B23B_4CB8_A253_FD2D07B37ECF
 #pragma once
 //------------------------------------------------------------------------------
+#include "boost/config.hpp"
 #include "boost/preprocessor/cat.hpp"
 #include "boost/preprocessor/stringize.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