From b26676bea28ebd0bb6b76de0e6361ca21cbb9ac7 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Fri, 15 Nov 2024 22:39:00 +1300 Subject: [PATCH] Fixed macro issue on some Linux systems. --- src/debug.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/debug.cpp b/src/debug.cpp index a41ed57b4e..819f79c160 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -29,6 +29,8 @@ limitations under the License. #include "commonutils.h" #include "utilities.h" +#include "libcellml/undefines.h" + namespace libcellml { std::string astAsCode(const AnalyserEquationAstPtr &ast)