From 8574c47a0d6060ebc0cce353d2b18232f16fc682 Mon Sep 17 00:00:00 2001
From: Kitty Barnett <develop@catznip.com>
Date: Sun, 14 Feb 2021 22:20:32 +0100
Subject: [PATCH] Add missing forward declaration

---
 indra/newview/rlvactions.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/rlvactions.h b/indra/newview/rlvactions.h
index 499b53b6a5a..889da1e6458 100644
--- a/indra/newview/rlvactions.h
+++ b/indra/newview/rlvactions.h
@@ -27,6 +27,7 @@
 class LLInventoryCategory;
 class LLInventoryItem;
 class LLViewerObject;
+class LLVOAvatar;
 
 // ============================================================================
 // RlvActions class declaration - developer-friendly non-RLVa code facing class, use in lieu of RlvHandler whenever possible
-- 
GitLab