summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2014-12-11 23:04:08 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2014-12-13 04:59:50 +0100
commiteda30c36eea2ebd772ebef0eba405004607e0134 (patch)
tree21d35147f030d22afccf99bd92714c8b9bb2ba3c /src
parentRemove redundant include from common_funcs.h (diff)
downloadyuzu-eda30c36eea2ebd772ebef0eba405004607e0134.tar
yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.tar.gz
yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.tar.bz2
yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.tar.lz
yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.tar.xz
yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.tar.zst
yuzu-eda30c36eea2ebd772ebef0eba405004607e0134.zip
Diffstat (limited to 'src')
-rw-r--r--src/common/common_funcs.h1
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 @@
#pragma once
#include "common_types.h"
+#include <cstdlib>
#ifdef _WIN32
#define SLEEP(x) Sleep(x)