summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaWindow.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2024-03-11 23:16:17 +0100
committerMattes D <github@xoft.cz>2024-03-15 00:24:05 +0100
commit7b8f6eb951b0e42bef8afe651f8531875e37f913 (patch)
treeb19309e7c0aeb4e2c5abc58d0ebcd95375c03d11 /src/Bindings/LuaWindow.cpp
parentFix build under clang-15. (diff)
downloadcuberite-7b8f6eb951b0e42bef8afe651f8531875e37f913.tar
cuberite-7b8f6eb951b0e42bef8afe651f8531875e37f913.tar.gz
cuberite-7b8f6eb951b0e42bef8afe651f8531875e37f913.tar.bz2
cuberite-7b8f6eb951b0e42bef8afe651f8531875e37f913.tar.lz
cuberite-7b8f6eb951b0e42bef8afe651f8531875e37f913.tar.xz
cuberite-7b8f6eb951b0e42bef8afe651f8531875e37f913.tar.zst
cuberite-7b8f6eb951b0e42bef8afe651f8531875e37f913.zip
Diffstat (limited to 'src/Bindings/LuaWindow.cpp')
-rw-r--r--src/Bindings/LuaWindow.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Bindings/LuaWindow.cpp b/src/Bindings/LuaWindow.cpp
index eb4187887..073b8c21e 100644
--- a/src/Bindings/LuaWindow.cpp
+++ b/src/Bindings/LuaWindow.cpp
@@ -7,7 +7,10 @@
#include "../Entities/Player.h"
#include "../UI/SlotArea.h"
#include "PluginLua.h"
-#include "lua/src/lauxlib.h" // Needed for LUA_REFNIL
+extern "C"
+{
+ #include "lua/src/lauxlib.h" // Needed for LUA_REFNIL
+}
#include "../Root.h"
#include "../ClientHandle.h"