aboutsummaryrefslogtreecommitdiffstats
path: root/include/systems/lua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/systems/lua.hpp')
-rw-r--r--include/systems/lua.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/systems/lua.hpp b/include/systems/lua.hpp
index cb859ad..b9fa684 100644
--- a/include/systems/lua.hpp
+++ b/include/systems/lua.hpp
@@ -2,7 +2,7 @@
#define SYSTEMS_LUA_HPP_
#include <string>
-#include <lua.hpp>
+#include <lua5.3/lua.hpp>
#include <tuple>
#include <vector>