summaryrefslogtreecommitdiffstats
path: root/thirdparty/tinyexr/tinyexr.cc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-11-19 11:17:49 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-11-19 11:25:14 +0100
commit46d3effa994b344462a86f83ed3095247dc9e1bc (patch)
tree7e5ce7ed72ea36ecfae083cb11da2d298e28e1a7 /thirdparty/tinyexr/tinyexr.cc
parenta777f01052161f0ea3b1344e605ac4222498395c (diff)
downloadredot-engine-46d3effa994b344462a86f83ed3095247dc9e1bc.tar.gz
tinyexr: Sync with upstream 1.0.1
Removes miniz as a bundled dependency, relies on our own zlib instead. Includes a couple commits ahead of `v1.0.1` tag to fix MinGW builds.
Diffstat (limited to 'thirdparty/tinyexr/tinyexr.cc')
-rw-r--r--thirdparty/tinyexr/tinyexr.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/thirdparty/tinyexr/tinyexr.cc b/thirdparty/tinyexr/tinyexr.cc
index fef8f66c98..70115ea5c2 100644
--- a/thirdparty/tinyexr/tinyexr.cc
+++ b/thirdparty/tinyexr/tinyexr.cc
@@ -4,5 +4,9 @@
#endif
#endif
+// -- GODOT start --
+#include <zlib.h> // Should come before including tinyexr.
+// -- GODOT end --
+
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"