diff options
| author | nakeee <nakeee@gmail.com> | 2009-05-08 09:31:57 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-05-08 09:31:57 +0000 |
| commit | 1e07b263563f3aa6a0a48c7e9760c8a36506d5eb (patch) | |
| tree | d11e293550fcb7dc19d9c60c0911eb650bb4389c /Source/Core/VideoCommon/Src/HiresTextures.cpp | |
| parent | 84cd78d9c7573d96c2dd880c0a50f01140f5f1cc (diff) | |
Move soil to external, this breaks windows build until deathroi will commit the windows part
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3175 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/HiresTextures.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/HiresTextures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/HiresTextures.cpp b/Source/Core/VideoCommon/Src/HiresTextures.cpp index e3cc78c849..505c087b96 100644 --- a/Source/Core/VideoCommon/Src/HiresTextures.cpp +++ b/Source/Core/VideoCommon/Src/HiresTextures.cpp @@ -19,7 +19,7 @@ #include <cstring>
#include <utility>
-#include "SOIL/SOIL.h"
+#include "../../../Externals/SOIL/SOIL.h"
#include "CommonPaths.h"
#include "FileUtil.h"
#include "FileSearch.h"
|
