From 0833198d3434951c9648fc9304ec06371527d915 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 23 Jul 2022 14:36:23 +0200 Subject: [PATCH] aads missing windows compat firx to template --- gen_input/templates/interp/CORENAME.cpp.gtl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gen_input/templates/interp/CORENAME.cpp.gtl b/gen_input/templates/interp/CORENAME.cpp.gtl index 1fd65a4..f3873b4 100644 --- a/gen_input/templates/interp/CORENAME.cpp.gtl +++ b/gen_input/templates/interp/CORENAME.cpp.gtl @@ -36,11 +36,10 @@ def nativeTypeSize(int size){ if(size<=8) return 8; else if(size<=16) return 16; else if(size<=32) return 32; else return 64; } %> -#include -#include -#include #include #include +#include +#include #include #include #include