From 2115e9ceaea9540b8998080213b1a79725f5c878 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 29 Oct 2023 14:31:15 +0100 Subject: [PATCH] adds missing include to templates --- gen_input/templates/interp/CORENAME.cpp.gtl | 1 + 1 file changed, 1 insertion(+) diff --git a/gen_input/templates/interp/CORENAME.cpp.gtl b/gen_input/templates/interp/CORENAME.cpp.gtl index d92ed44..6af2995 100644 --- a/gen_input/templates/interp/CORENAME.cpp.gtl +++ b/gen_input/templates/interp/CORENAME.cpp.gtl @@ -39,6 +39,7 @@ def nativeTypeSize(int size){ #include #include #include +#include #include #include #include