summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r--indra/newview/llnearbychatbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h
index f310740f42..1b71ad69f2 100644
--- a/indra/newview/llnearbychatbar.h
+++ b/indra/newview/llnearbychatbar.h
@@ -39,6 +39,7 @@
#include "llchat.h"
#include "llchiclet.h"
#include "llvoiceclient.h"
+#include "lloutputmonitorctrl.h"
class LLGestureComboBox
: public LLComboBox
@@ -114,6 +115,7 @@ protected:
LLLineEditor* mChatBox;
LLTalkButton* mTalkBtn;
+ LLOutputMonitorCtrl* mOutputMonitor;
};
#endif