summaryrefslogtreecommitdiff
path: root/indra/llcommon/llrefcount.h
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-02-08 14:45:43 -0500
committerGitHub <noreply@github.com>2024-02-08 14:45:43 -0500
commit24b6059620698744c035474db93975ebac28e45b (patch)
tree5437fa6948a8a111b77b8bcf726629d419cdcf1d /indra/llcommon/llrefcount.h
parenteb0c19b2746890eb4dbfd6eac045699d0e5842dd (diff)
parent4e9794bd06660baea6d16779f6e354ca99e11b8a (diff)
Merge pull request #21 from secondlife/lua_function
Break out lua_function.h to enable decentralizing Lua entry points to C++.
Diffstat (limited to 'indra/llcommon/llrefcount.h')
-rw-r--r--indra/llcommon/llrefcount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llrefcount.h b/indra/llcommon/llrefcount.h
index 2080da1565..5f7e668c7f 100644
--- a/indra/llcommon/llrefcount.h
+++ b/indra/llcommon/llrefcount.h
@@ -29,6 +29,7 @@
#include <boost/noncopyable.hpp>
#include <boost/intrusive_ptr.hpp>
#include "llatomic.h"
+#include "llerror.h"
class LLMutex;