From ca7e89f947557569221869052cb53add11e5bb63 Mon Sep 17 00:00:00 2001 From: crazytuzi Date: Wed, 22 Jul 2020 18:12:37 +0800 Subject: [PATCH] Fix Linux compile error --- Plugins/slua_unreal/Source/slua_unreal/Public/slua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/slua_unreal/Source/slua_unreal/Public/slua.h b/Plugins/slua_unreal/Source/slua_unreal/Public/slua.h index a200c2e0..d1160a2f 100644 --- a/Plugins/slua_unreal/Source/slua_unreal/Public/slua.h +++ b/Plugins/slua_unreal/Source/slua_unreal/Public/slua.h @@ -14,7 +14,7 @@ #pragma once #include "lua/lua.hpp" #include "Log.h" -#include "SLuaUtil.h" +#include "SluaUtil.h" #include "LuaObject.h" #include "LuaState.h" #include "LuaVar.h"