diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-03-13 14:22:19 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-03-13 14:22:19 -0400 |
commit | e6fc3528fdfd2a251571ef86f321e321865d4592 (patch) | |
tree | c4367dfd4844eba16b8056c78667c7a7f4779676 /indra | |
parent | a33c5930cbfe9b2a29359d906d6b869e983a782a (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.h | 1 |
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> |