Index: core/src/fxcodec/codec/fx_codec_tiff.cpp |
diff --git a/core/src/fxcodec/codec/fx_codec_tiff.cpp b/core/src/fxcodec/codec/fx_codec_tiff.cpp |
index b93ddacc3c24bd2c43488896402c508cb1893a4e..1f289bbb402dbea19cd644ac173c87bf79237e63 100644 |
--- a/core/src/fxcodec/codec/fx_codec_tiff.cpp |
+++ b/core/src/fxcodec/codec/fx_codec_tiff.cpp |
@@ -8,7 +8,7 @@ |
#include "../../../include/fxge/fx_dib.h" |
#include "codec_int.h" |
extern "C" { |
-#include "../fx_tiff/include/fx_tiffiop.h" |
+#include "../../../../third_party/tiff_v403/tiffiop.h" |
} |
void* IccLib_CreateTransform_sRGB(const unsigned char* pProfileData, |
unsigned int dwProfileSize, |