From b9cdeaa5c8fc4f321d85c05827647ac1149e7a4a Mon Sep 17 00:00:00 2001 From: Neo Date: Tue, 2 Jan 2024 19:32:12 +0100 Subject: [PATCH] Fixed LuaJIT rolling header for C++ header --- src/lua.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua.hpp b/src/lua.hpp index 07e9002d..e3a5021f 100644 --- a/src/lua.hpp +++ b/src/lua.hpp @@ -4,6 +4,6 @@ extern "C" { #include "lua.h" #include "lauxlib.h" #include "lualib.h" -#include "luajit.h" +#include "luajit_rolling.h" }