From df1c8b89abb8687bfeaa076d61df60cd1317c126 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Tue, 5 Dec 2023 09:39:01 -0600 Subject: [PATCH] Fixed missing strdup error --- soh/soh/Enhancements/scripting-layer/hosts/lua.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/scripting-layer/hosts/lua.cpp b/soh/soh/Enhancements/scripting-layer/hosts/lua.cpp index 3b00a2ecd4e..36bdccac3cd 100644 --- a/soh/soh/Enhancements/scripting-layer/hosts/lua.cpp +++ b/soh/soh/Enhancements/scripting-layer/hosts/lua.cpp @@ -2,6 +2,7 @@ #include "soh/Enhancements/scripting-layer/exceptions/hostapiexception.h" #include "soh/Enhancements/scripting-layer/types/methodcall.h" #include "soh/Enhancements/scripting-layer/types/hostfunction.h" +#include #include #include