diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2011-01-31 06:08:46 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2011-01-31 06:08:46 +0000 |
| commit | 0e91e5b23816def56daf699d6d07434d54fc5da3 (patch) | |
| tree | ea1109f387c15e4dacce7dffa88c6f141af2f2cb /Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp | |
| parent | 5fb56318edeaaad0727c2c1f008b0e5980299cb6 (diff) | |
fix windows (vs2010) build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7010 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp index cacfcdf47d..c7184aa081 100644 --- a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp +++ b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp @@ -17,7 +17,7 @@ #include "OCLTextureDecoder.h" -#include "OpenCL.h" +#include "../OpenCL.h" #include "FileUtil.h" #include <fcntl.h> |
