From e7415ec072ee1cdc99a49db658062d4de0b3301c Mon Sep 17 00:00:00 2001 From: MegaMech Date: Thu, 15 May 2025 10:30:39 -0600 Subject: Fixes made so far (#198) * Fixed compile * Moved GetInterpreter() to a single function under the Engine.h --- src/port/Variables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/port/Variables.cpp') diff --git a/src/port/Variables.cpp b/src/port/Variables.cpp index e0afab0ac..9609f1b45 100644 --- a/src/port/Variables.cpp +++ b/src/port/Variables.cpp @@ -1,5 +1,5 @@ #include -#include +#include extern "C" { -- cgit v1.2.3