src/lib/Coordinate.h | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 9781991ca5dcf1d13016615e2fc1730cf7e22750
Author: Heiko Becker <[email protected]>
AuthorDate: Fri May 2 21:42:42 2025 +0200
Commit: Michael Stahl <[email protected]>
CommitDate: Wed May 14 11:27:42 2025 +0200
Add missing include
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 <[email protected]>
Reviewed-by: Michael Stahl <[email protected]>
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"