diff options
Diffstat (limited to 'src/Globals.h')
-rw-r--r-- | src/Globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Globals.h b/src/Globals.h index e0a25ed83..8658b49c4 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -239,6 +239,8 @@ template class SizeChecker<UInt16, 2>; // STL stuff: +#include <thread> +#include <chrono> #include <vector> #include <list> #include <deque> @@ -255,11 +257,9 @@ template class SizeChecker<UInt16, 2>; #ifndef TEST_GLOBALS // Common headers (part 1, without macros): #include "StringUtils.h" - #include "OSSupport/Sleep.h" #include "OSSupport/CriticalSection.h" #include "OSSupport/Semaphore.h" #include "OSSupport/Event.h" - #include "OSSupport/Thread.h" #include "OSSupport/File.h" #include "Logger.h" #else |