diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-09-19 17:43:42 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-09-19 17:43:42 -0500 |
| commit | eb238823985121531d5b659dc5b45b8086b38a1e (patch) | |
| tree | c86243d8a3fe49735057f61dc28b21982f760946 /Source/Core/VideoCommon/TextureDecoder_Generic.cpp | |
| parent | d7b40fa94c0859dc2dc0c8c920e9c6a24765bfb0 (diff) | |
| parent | 46057db37d086c47ff6c69f200f66648fa0e6c84 (diff) | |
Merge pull request #1120 from rohit-n/muh-precompiled-headers
Fix build failing when disabling precompiled headers.
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_Generic.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_Generic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_Generic.cpp b/Source/Core/VideoCommon/TextureDecoder_Generic.cpp index 7ccc88d1e3..663e73f756 100644 --- a/Source/Core/VideoCommon/TextureDecoder_Generic.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_Generic.cpp @@ -5,7 +5,7 @@ #include <algorithm> #include <cmath> -#include "Common/CommonTypes.h" +#include "Common/Common.h" #include "Common/CPUDetect.h" #include "VideoCommon/LookUpTables.h" #include "VideoCommon/TextureDecoder.h" |
