mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:49:01 +08:00
b6b5c0b9a4
* [vcpkg baseline] [bgfx] Fix dependencies * format vcpkg.json * x-add-version
14 lines
439 B
Diff
14 lines
439 B
Diff
diff --git a/src/image_decode.cpp b/src/image_decode.cpp
|
|
index dd391e5..8218ac9 100644
|
|
--- a/src/image_decode.cpp
|
|
+++ b/src/image_decode.cpp
|
|
@@ -19,7 +19,7 @@ BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4505) // warning C4505: 'tinyexr::miniz::def_r
|
|
#define MINIZ_NO_ARCHIVE_APIS
|
|
#define MINIZ_NO_STDIO
|
|
#define TINYEXR_IMPLEMENTATION
|
|
-#include <tinyexr/tinyexr.h>
|
|
+#include <tinyexr.h>
|
|
BX_PRAGMA_DIAGNOSTIC_POP()
|
|
|
|
BX_PRAGMA_DIAGNOSTIC_PUSH();
|