From 3811dc139a32bf1f2a164f770ee172f07139f76d Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 17 Jun 2022 20:26:20 -0400 Subject: Setup so it can build on debian --- src/CApi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CApi.h') diff --git a/src/CApi.h b/src/CApi.h index 651cc13..6d61913 100644 --- a/src/CApi.h +++ b/src/CApi.h @@ -3,7 +3,7 @@ #include "Level.h" #include "Scene.h" -#include +#include "lua.hpp" #include extern std::shared_ptr lvl; @@ -200,4 +200,4 @@ void init_c_api(lua_State *L) { lua_register(L, "c_get_treasures", c_get_treasures); } -#endif // DNG_CAPI_H \ No newline at end of file +#endif // DNG_CAPI_H -- cgit v1.2.3-54-g00ecf