Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49016 - sandbox/memory/boost/memory
From: xushiweizh_at_[hidden]
Date: 2008-09-29 13:32:54


Author: xushiwei
Date: 2008-09-29 13:32:54 EDT (Mon, 29 Sep 2008)
New Revision: 49016
URL: http://svn.boost.org/trac/boost/changeset/49016

Log:
t
Text files modified:
   sandbox/memory/boost/memory/system_pool.hpp | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: sandbox/memory/boost/memory/system_pool.hpp
==============================================================================
--- sandbox/memory/boost/memory/system_pool.hpp (original)
+++ sandbox/memory/boost/memory/system_pool.hpp 2008-09-29 13:32:54 EDT (Mon, 29 Sep 2008)
@@ -24,6 +24,10 @@
 #include <boost/detail/winapi/winbase.h>
 #endif
 
+#ifndef BOOST_DETAIL_THREADMODEL_HPP
+#include <boost/detail/threadmodel.hpp>
+#endif
+
 #if 1 // defined(BOOST_DETAIL_NO_TAGGED_COMPARE_AND_SWAP_POINTER)
 #define BOOST_MEMORY_NO_LOCKFREE
 #else


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