diff --git a/test/CachedFactory/CachedFactoryTest.cpp b/test/CachedFactory/CachedFactoryTest.cpp index 2ac9417..c00262c 100755 --- a/test/CachedFactory/CachedFactoryTest.cpp +++ b/test/CachedFactory/CachedFactoryTest.cpp @@ -13,8 +13,12 @@ #endif #include + #if defined(_WIN32) || defined(__CYGWIN__) - #include +#include +#else +#include +void Sleep(unsigned int t) { usleep(t);} #endif