summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Becker <mail@heiko-becker.de>2025-05-02 21:42:42 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2025-05-14 11:27:42 +0200
commit9781991ca5dcf1d13016615e2fc1730cf7e22750 (patch)
tree364beaf8802c44ae3e076251d77a2aea62d34a71
parent698bed839c9129fa7a90ca1b5a33bf777bc028d1 (diff)
Add missing includeHEADmaster
int64_t is defined there. Fixes building with gcc 15. Change-Id: Ibd1260e7d0034b11e6ef46d1de62266800460921 Reviewed-on: https://gerrit.libreoffice.org/c/libmspub/+/184917 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--src/lib/Coordinate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Coordinate.h b/src/lib/Coordinate.h
index 4471f86..bac57a1 100644
--- a/src/lib/Coordinate.h
+++ b/src/lib/Coordinate.h
@@ -10,6 +10,8 @@
#ifndef INCLUDED_COORDINATE_H
#define INCLUDED_COORDINATE_H
+#include <cstdint>
+
#include <boost/cstdint.hpp>
#include "MSPUBConstants.h"