diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-03-13 16:41:35 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-03-13 16:41:35 -0400 |
commit | d7f5122ee9e12b5aec14b15517c3a4c0021544ce (patch) | |
tree | 78a6f0a74993c707196a015a021b4a8676375659 /indra/llcommon/llhandle.h | |
parent | 66de0c9965ff68bcb8cb60975fcffa45e2c6d74c (diff) | |
parent | a160e084afb336ad88af04c96ceb3f804176c92c (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer64
Diffstat (limited to 'indra/llcommon/llhandle.h')
-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> |