OpenEXR.patch 974 B

123456789101112131415161718192021222324252627282930
  1. --- ../OpenEXR-orig/OpenEXR/IlmImf/ImfDwaCompressor.cpp 2021-02-12 17:56:19.000000000 +0100
  2. +++ ./OpenEXR/IlmImf/ImfDwaCompressor.cpp 2023-06-01 13:21:32.666695400 +0200
  3. @@ -159,6 +159,7 @@
  4. #include <limits>
  5. #include <cstddef>
  6. +#include <cstdint>
  7. // Windows specific addition to prevent the indirect import of the redefined min/max macros
  8. --- ../OpenEXR-orig/OpenEXR/IlmImf/ImfHuf.cpp 2021-02-12 17:56:19.000000000 +0100
  9. +++ ./OpenEXR/IlmImf/ImfHuf.cpp 2023-06-01 13:21:53.018583400 +0200
  10. @@ -53,6 +53,7 @@
  11. #include <cstring>
  12. #include <cassert>
  13. #include <algorithm>
  14. +#include <cstdint>
  15. using namespace std;
  16. --- ../OpenEXR-orig/OpenEXR/IlmImf/ImfMisc.cpp 2021-02-12 17:56:19.000000000 +0100
  17. +++ ./OpenEXR/IlmImf/ImfMisc.cpp 2023-06-01 13:22:15.777480000 +0200
  18. @@ -40,6 +40,7 @@
  19. //
  20. //-----------------------------------------------------------------------------
  21. +#include <cstdint>
  22. #include <ImfMisc.h>
  23. #include <ImfHeader.h>
  24. #include <ImfAttribute.h>