summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-09-21 22:50:07 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-09-21 22:50:07 -0400
commit87d44a24d7ac6c1ac72e8b76ad66dcd890806f29 (patch)
treebda5117d3df7a653d4f4948d7993cce1b6292b8b /indra/newview
parentbee3283b437c31fd2204baeec5ec563c6a48d945 (diff)
DRTVWR-589: lua_objlen() only defined in luaconf.h
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llluamanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llluamanager.cpp b/indra/newview/llluamanager.cpp
index 0f984ca0ca..0cf2157caf 100644
--- a/indra/newview/llluamanager.cpp
+++ b/indra/newview/llluamanager.cpp
@@ -48,6 +48,7 @@
extern "C"
{
#include "lua/lua.h"
+#include "lua/luaconf.h"
#include "lua/lauxlib.h"
#include "lua/lualib.h"
}