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)