From 506885e2fe7697e2acd5e28316fc40aa6889b7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 12 Jun 2023 12:01:15 +0200 Subject: [PATCH] Compatibility fix for GCC 13 --- src/CodeInterpreter.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CodeInterpreter.hh b/src/CodeInterpreter.hh index 5045f577..e17e0769 100644 --- a/src/CodeInterpreter.hh +++ b/src/CodeInterpreter.hh @@ -24,6 +24,7 @@ #include <cstring> #include <utility> #include <vector> +#include <cstdint> #ifdef BYTE_CODE # include <dynmex.h> #endif -- GitLab