aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ShizZy <shizzy@6bit.net>2013-09-17 22:58:18 -0400
committerGravatar ShizZy <shizzy@6bit.net>2013-09-17 22:58:18 -0400
commitd5863c415e860e33f713057e72e5737f8982758a (patch)
treec0669453aa9d98d660f3f001739159e96ca907df
parentdab2d6917bb590855ec34aecb63d47b3be9cd619 (diff)
added default windows include
-rw-r--r--src/common/src/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/src/common.h b/src/common/src/common.h
index 0e5bf1cd..e1cae4fe 100644
--- a/src/common/src/common.h
+++ b/src/common/src/common.h
@@ -50,6 +50,10 @@ private:
#include "common_paths.h"
#include "platform.h"
+#if EMU_PLATFORM == PLATFORM_WINDOWS
+#include <windows.h>
+#endif
+
#ifdef __APPLE__
// The Darwin ABI requires that stack frames be aligned to 16-byte boundaries.
// This is only needed on i386 gcc - x86_64 already aligns to 16 bytes.