summaryrefslogtreecommitdiffstats
path: root/libraries/VTK/cstdint-for-gcc13.diff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/VTK/cstdint-for-gcc13.diff')
-rw-r--r--libraries/VTK/cstdint-for-gcc13.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/VTK/cstdint-for-gcc13.diff b/libraries/VTK/cstdint-for-gcc13.diff
new file mode 100644
index 0000000000..17cb0796f4
--- /dev/null
+++ b/libraries/VTK/cstdint-for-gcc13.diff
@@ -0,0 +1,10 @@
+--- ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp.orig 2023-02-15 14:03:53.000000000 +1000
++++ ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp 2023-06-11 17:42:36.366000000 +1000
+@@ -32,6 +32,7 @@
+ /*! @cond Doxygen_Suppress */
+
+ #include <vector>
++#include <cstdint>
+ #include <string>
+
+ #define CPL_DLL