summaryrefslogtreecommitdiff
path: root/indra/llcommon/llrefcount.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-07 21:56:42 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-02-07 21:56:42 -0500
commitc9ae127ce1482ab2bc9c0968c97a76414e798d23 (patch)
treeaac648bddb291bc434d2a391d01bbea77ef005e1 /indra/llcommon/llrefcount.h
parent5b0404961e35ecca46148b90f2c27aed1bad607f (diff)
Fix up a few longstanding missing #includes.
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;