summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderX64.cpp
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2015-09-28 10:57:16 -0500
committerRohit Nirmal <rohitnirmal9@gmail.com>2015-09-28 11:51:08 -0500
commit3b75f45cf63e8455efb539109bebf6626bcb40e3 (patch)
treec6285d1404040ef67f3d683eda5acd27cbc8a77b /Source/Core/VideoCommon/VertexLoaderX64.cpp
parentba96ca289d6038275f890e8eff77912a16ddbaf1 (diff)
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderX64.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoaderX64.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderX64.cpp b/Source/Core/VideoCommon/VertexLoaderX64.cpp
index d55ec17fef..e96620d175 100644
--- a/Source/Core/VideoCommon/VertexLoaderX64.cpp
+++ b/Source/Core/VideoCommon/VertexLoaderX64.cpp
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include "Common/BitSet.h"
+#include "Common/Common.h"
#include "Common/CPUDetect.h"
#include "Common/Intrinsics.h"
#include "Common/JitRegister.h"