Boost logo

Boost-Commit :

From: xushiweizh_at_[hidden]
Date: 2008-05-25 21:36:13


Author: xushiwei
Date: 2008-05-25 21:36:12 EDT (Sun, 25 May 2008)
New Revision: 45759
URL: http://svn.boost.org/trac/boost/changeset/45759

Log:
stdext-2.0.02 linux/gcc
Text files modified:
   sandbox/memory/boost/memory.hpp | 14 ++++++++++++++
   1 files changed, 14 insertions(+), 0 deletions(-)

Modified: sandbox/memory/boost/memory.hpp
==============================================================================
--- sandbox/memory/boost/memory.hpp (original)
+++ sandbox/memory/boost/memory.hpp 2008-05-25 21:36:12 EDT (Sun, 25 May 2008)
@@ -14,6 +14,20 @@
 
 // -------------------------------------------------------------------------
 
+#ifndef BOOST_DETAIL_DEBUG_HPP
+#include "detail/debug.hpp"
+#endif
+
+#ifndef BOOST_DETAIL_WINAPI_WINBASE_H
+#include "detail/winapi/winbase.h"
+#endif
+
+#ifndef BOOST_DETAIL_THREADMODEL_HPP
+#include "detail/threadmodel.hpp"
+#endif
+
+// -------------------------------------------------------------------------
+
 #ifndef BOOST_MEMORY_BASIC_HPP
 #include "memory/basic.hpp"
 #endif


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