OpenEXR/openexr-cstdint.patch

13 lines
355 B
Diff
Raw Normal View History

2023-01-24 03:44:54 +00:00
Index: openexr-3.1.5/src/bin/exrcheck/main.cpp
===================================================================
--- openexr-3.1.5.orig/src/bin/exrcheck/main.cpp
+++ openexr-3.1.5/src/bin/exrcheck/main.cpp
@@ -13,6 +13,7 @@
# include <unistd.h>
#endif
#include <vector>
+#include <cstdint>
using namespace OPENEXR_IMF_NAMESPACE;
using std::cout;