From 9658b69af4789e576d0a123b3c800b0fdbfc219f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 27 Aug 2005 10:25:15 +0000 Subject: [PATCH] Added config and header include changes needed to support MSVC + STLport 5.0. [SVN r30701] --- src/read_write_mutex.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/read_write_mutex.cpp b/src/read_write_mutex.cpp index b723f9dd..484645af 100644 --- a/src/read_write_mutex.cpp +++ b/src/read_write_mutex.cpp @@ -36,6 +36,7 @@ bad things happen. #ifdef BOOST_HAS_WINTHREADS # include # include +# include # if !((_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400)) inline bool IsDebuggerPresent(void)