commit 527d3d669cf60d306f6c6a08a880fa4609df2262
Author: José Matos <[email protected]>
Date: Fri Jan 17 07:39:51 2025 +0000
Fix compilation on gcc-15
Suggested by gcc itself. :-)
---
src/mathed/MathParser.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mathed/MathParser.cpp b/src/mathed/MathParser.cpp
index eb4339c8ea..1c79aea592 100644
--- a/src/mathed/MathParser.cpp
+++ b/src/mathed/MathParser.cpp
@@ -78,6 +78,7 @@ following hack as starting point to write some macros:
#include "support/docstream.h"
#include "support/Lexer.h"
+#include <cstdint>
#include <sstream>
//#define FILEDEBUG
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs