MINGW-packages/mingw-w64-libodfgen/001-fix-build-with-gcc-15.patch
مهدي شينون (Mehdi Chinoune) 3ac07fcaea libodfgen: Fix build with gcc-15
2025-07-21 05:51:46 +01:00

11 lines
189 B
Diff

--- 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>