diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/common_funcs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h index 3f6df075a..67b3679b0 100644 --- a/src/common/common_funcs.h +++ b/src/common/common_funcs.h | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "common_types.h" | 7 | #include "common_types.h" |
| 8 | #include <cstdlib> | ||
| 8 | 9 | ||
| 9 | #ifdef _WIN32 | 10 | #ifdef _WIN32 |
| 10 | #define SLEEP(x) Sleep(x) | 11 | #define SLEEP(x) Sleep(x) |