diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-02-08 14:45:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 14:45:43 -0500 |
commit | 24b6059620698744c035474db93975ebac28e45b (patch) | |
tree | 5437fa6948a8a111b77b8bcf726629d419cdcf1d /indra/llcommon/llrefcount.h | |
parent | eb0c19b2746890eb4dbfd6eac045699d0e5842dd (diff) | |
parent | 4e9794bd06660baea6d16779f6e354ca99e11b8a (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.h | 1 |
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; |