summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-03-13 14:22:19 -0400
committerNat Goodspeed <nat@lindenlab.com>2017-03-13 14:22:19 -0400
commite6fc3528fdfd2a251571ef86f321e321865d4592 (patch)
treec4367dfd4844eba16b8056c78667c7a7f4779676 /indra
parenta33c5930cbfe9b2a29359d906d6b869e983a782a (diff)
DRTVWR-418: #include "llrefcount.h" : LLTombStone uses LLRefCount.
Apparently we've been getting away so far without this essential #include only by "leakage" from other #includes in existing consumers. <eyeroll/>
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llhandle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llhandle.h b/indra/llcommon/llhandle.h
index feb5f41848..570cd330b8 100644
--- a/indra/llcommon/llhandle.h
+++ b/indra/llcommon/llhandle.h
@@ -28,6 +28,7 @@
#define LLHANDLE_H
#include "llpointer.h"
+#include "llrefcount.h"
#include "llexception.h"
#include <stdexcept>
#include <boost/type_traits/is_convertible.hpp>