Files
nixpkgs/pkgs/by-name/li/libodfgen/libodfgen-add-include-cstdint-gcc15.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
280 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/src/OdfGenerator.cxx b/src/OdfGenerator.cxx
index adf176b0a4..79de4dd2b7 100644
--- a/src/OdfGenerator.cxx
+++ b/src/OdfGenerator.cxx
@@ -33,6 +33,7 @@
#include <math.h>
#include <cctype>
+#include <cstdint>
#include <limits>
#include <string>
#include <stack>