From 8ae25e48124307cdf19f21f7881fabdd7a6d5dda Mon Sep 17 00:00:00 2001 From: Shyotl Date: Tue, 31 Jan 2012 02:57:32 -0600 Subject: [PATCH] GCC compile fix. --- indra/newview/llpanelmaininventory.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index 7cb2d23a2..43d4184d1 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -44,6 +44,7 @@ class LLToggleableMenu; class LLFloater; class LLSearchEditor; class LLComboBox; +class LLFloaterInventoryFinder; class LLInventoryView : public LLFloater, LLInventoryObserver {