From f631762a97e1f2afa309bfbc39f83f4fb46b00ee Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 27 Jun 2018 15:55:22 -0500 Subject: Update project so it compiles Used homebrew from SDL and Lua 5.3 --- LuaVirtualMachine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LuaVirtualMachine.h') diff --git a/LuaVirtualMachine.h b/LuaVirtualMachine.h index 61cf65b..8d42dff 100644 --- a/LuaVirtualMachine.h +++ b/LuaVirtualMachine.h @@ -15,7 +15,7 @@ #define __LUA_VIRTUAL_MACHINE_H__ #include "luainc.h" -#include "luadebugger.h" +#include "LuaDebugger.h" class CLuaDebugger; @@ -54,4 +54,4 @@ protected: }; -#endif // __LUA_VIRTUAL_MACHINE_H__ \ No newline at end of file +#endif // __LUA_VIRTUAL_MACHINE_H__ -- cgit