summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2015-01-20 17:01:37 +0000
committerRohit Nirmal <rohitnirmal9@gmail.com>2015-01-20 17:01:37 +0000
commite35766cbcda4f308959b5e0cdfe5310eca51d4b5 (patch)
tree4dd241fc41d0f0a2d8b33143c75eb712983665a3 /Source/Core
parent8ff1dc9c8787935a5115ee771cf351f8691db104 (diff)
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/JitRegister.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/JitRegister.h b/Source/Core/Common/JitRegister.h
index 68e2687d8b..d5f7b72bfb 100644
--- a/Source/Core/Common/JitRegister.h
+++ b/Source/Core/Common/JitRegister.h
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#pragma once
+#include "Common/CommonTypes.h"
namespace JitRegister
{