mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
5bd036cf5a
Extensive modification have been done to support building with external dependencies. The biggest change is a new CMake-based build system. Several patches are based on the equivalent ones used in Debian packaging, see http://sources.debian.net/patches/freeimage . The only dependency for which the internal version is still used is OpenEXR.
14 lines
410 B
Diff
14 lines
410 B
Diff
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"
|