summaryrefslogtreecommitdiff
path: root/app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch
blob: 1fcf58d88e8a177b5929b22677e743f942a61d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/937527
https://sourceforge.net/p/libwpd/tickets/27/
--- a/src/OdfGenerator.cxx
+++ b/src/OdfGenerator.cxx
@@ -33,6 +33,7 @@
 #include <math.h>
 
 #include <cctype>
+#include <cstdint>
 #include <limits>
 #include <memory>
 #include <string>