mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 17:18:25 -05:00
14 lines
410 B
Diff
Executable File
14 lines
410 B
Diff
Executable File
diff --git a/Source/FreeImage/PluginRAW.cpp b/Source/FreeImage/PluginRAW.cpp
|
|
index e9bd5bf..c7f8758 100644
|
|
--- a/Source/FreeImage/PluginRAW.cpp
|
|
+++ b/Source/FreeImage/PluginRAW.cpp
|
|
@@ -19,7 +19,7 @@
|
|
// Use at your own risk!
|
|
// ==========================================================
|
|
|
|
-#include "../LibRawLite/libraw/libraw.h"
|
|
+#include <libraw/libraw.h>
|
|
|
|
#include "FreeImage.h"
|
|
#include "Utilities.h"
|