From 3337f487e107f9e445dd0807434cb4b4b06c959e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matos?= Date: Fri, 17 Jan 2025 07:39:51 +0000 Subject: [PATCH] Fix compilation on gcc-15 Suggested by gcc itself. :-) (cherry picked from commit 527d3d669cf60d306f6c6a08a880fa4609df2262) --- src/mathed/MathParser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/MathParser.cpp b/src/mathed/MathParser.cpp index 79e0ec003d..8a324818ed 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/debug.h" #include "support/docstream.h" +#include #include //#define FILEDEBUG -- 2.39.5