diff --git a/src/win32/thread.cpp b/src/win32/thread.cpp index 28dd8d41..04004a3f 100644 --- a/src/win32/thread.cpp +++ b/src/win32/thread.cpp @@ -22,6 +22,7 @@ #include #include +#include #if defined BOOST_THREAD_USES_DATETIME #include #endif @@ -128,7 +129,7 @@ namespace boost return ret; } - typedef void* uintptr_t; + //typedef void* uintptr_t; inline uintptr_t _beginthreadex(void* security, unsigned stack_size, unsigned (__stdcall* start_address)(void*), void* arglist, unsigned initflag, unsigned* thrdaddr)