Fixed LuaJIT rolling header for C++ header

This commit is contained in:
Neo 2024-01-02 19:32:12 +01:00 committed by GitHub
parent 658530562c
commit b9cdeaa5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@ extern "C" {
#include "lua.h" #include "lua.h"
#include "lauxlib.h" #include "lauxlib.h"
#include "lualib.h" #include "lualib.h"
#include "luajit.h" #include "luajit_rolling.h"
} }