$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: anthony_at_[hidden]
Date: 2007-12-05 03:27:45
Author: anthonyw
Date: 2007-12-05 03:27:44 EST (Wed, 05 Dec 2007)
New Revision: 41738
URL: http://svn.boost.org/trac/boost/changeset/41738
Log:
added missing include of detail/config.hpp
Text files modified: 
   trunk/boost/thread/pthread/tss.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/thread/pthread/tss.hpp
==============================================================================
--- trunk/boost/thread/pthread/tss.hpp	(original)
+++ trunk/boost/thread/pthread/tss.hpp	2007-12-05 03:27:44 EST (Wed, 05 Dec 2007)
@@ -6,6 +6,7 @@
 // http://www.boost.org/LICENSE_1_0.txt)
 // (C) Copyright 2007 Anthony Williams
 
+#include <boost/thread/detail/config.hpp>
 #include <boost/shared_ptr.hpp>
 
 namespace boost