2016-11-28 00:24:23 +08:00
|
|
|
diff --git a/Source/FreeImage/PluginWebP.cpp b/Source/FreeImage/PluginWebP.cpp
|
2018-11-11 22:16:11 +08:00
|
|
|
index 7c9f62f..c401447 100644
|
2016-11-28 00:24:23 +08:00
|
|
|
--- a/Source/FreeImage/PluginWebP.cpp
|
|
|
|
+++ b/Source/FreeImage/PluginWebP.cpp
|
2018-11-11 22:16:11 +08:00
|
|
|
@@ -24,9 +24,9 @@
|
2016-11-28 00:24:23 +08:00
|
|
|
|
|
|
|
#include "../Metadata/FreeImageTag.h"
|
|
|
|
|
|
|
|
-#include "../LibWebP/src/webp/decode.h"
|
|
|
|
-#include "../LibWebP/src/webp/encode.h"
|
|
|
|
-#include "../LibWebP/src/webp/mux.h"
|
|
|
|
+#include <webp/decode.h>
|
|
|
|
+#include <webp/encode.h>
|
|
|
|
+#include <webp/mux.h>
|
|
|
|
|
|
|
|
// ==========================================================
|
|
|
|
// Plugin Interface
|