From e6fc3528fdfd2a251571ef86f321e321865d4592 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Mon, 13 Mar 2017 14:22:19 -0400
Subject: [PATCH] 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/>
---
 indra/llcommon/llhandle.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llcommon/llhandle.h b/indra/llcommon/llhandle.h
index feb5f418489..570cd330b87 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>
-- 
GitLab