diff options
| author | 2014-12-11 20:04:08 -0200 | |
|---|---|---|
| committer | 2014-12-13 01:59:50 -0200 | |
| commit | eda30c36eea2ebd772ebef0eba405004607e0134 (patch) | |
| tree | 21d35147f030d22afccf99bd92714c8b9bb2ba3c | |
| parent | Remove redundant include from common_funcs.h (diff) | |
| download | yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.tar.gz yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.tar.xz yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.zip | |
Added missing include in common_funcs.h
| -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) |