summarylogtreecommitdiffstats
path: root/001-include_cstdint_in_libCZI_exceptions.h.patch
blob: 2570757271cf58e9f97c059c1d554f85ad993448 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/CZIlib/CZI/libCZI_exceptions.h	2024-06-14 22:38:26.000000000 +0200
+++ b/src/CZIlib/CZI/libCZI_exceptions.h	2024-06-18 23:04:02.361552050 +0200
@@ -24,6 +24,7 @@
 
 #include <exception>
 #include <stdexcept>
+#include <cstdint>
 
 namespace libCZI
 {