blob: c8ca813e9948847d83fdb68b78ac7040102066ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>
|