diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-07 21:56:42 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-07 21:56:42 -0500 |
commit | c9ae127ce1482ab2bc9c0968c97a76414e798d23 (patch) | |
tree | aac648bddb291bc434d2a391d01bbea77ef005e1 /indra/llcommon/llrefcount.h | |
parent | 5b0404961e35ecca46148b90f2c27aed1bad607f (diff) |
Fix up a few longstanding missing #includes.
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; |