summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_x64.cpp
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2014-09-18 23:17:41 -0500
committerRohit Nirmal <rohitnirmal9@gmail.com>2014-09-19 18:17:51 -0400
commit46057db37d086c47ff6c69f200f66648fa0e6c84 (patch)
treeed88ce91ba218a71515fbab719f1a155bba217ef /Source/Core/VideoCommon/TextureDecoder_x64.cpp
parentbd740ae9c7e088c356e337a2793a90c4ba0d3907 (diff)
Fix build failing when disabling precompiled headers.
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureDecoder_x64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_x64.cpp b/Source/Core/VideoCommon/TextureDecoder_x64.cpp
index 7446ae6c46..1800c8bb04 100644
--- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp
+++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp
@@ -5,7 +5,7 @@
#include <algorithm>
#include <cmath>
-#include "Common/CommonTypes.h"
+#include "Common/Common.h"
//#include "VideoCommon.h" // to get debug logs
#include "Common/CPUDetect.h"