fix for Unix

import/raw
weidai 2003-07-11 19:55:26 +00:00
parent 65be1e7a24
commit 281bf1d9c4
1 changed files with 3 additions and 0 deletions

View File

@ -6,7 +6,10 @@
#ifdef THREADS_AVAILABLE #ifdef THREADS_AVAILABLE
#include "trdlocal.h" #include "trdlocal.h"
#ifdef HAS_WINTHREADS
#include <windows.h> #include <windows.h>
#endif
NAMESPACE_BEGIN(CryptoPP) NAMESPACE_BEGIN(CryptoPP)