diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 5497d6121fb7a7035e6050efd96255e50786b03b..8da207f887f70e5a25c2c9154e12019758a96858 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -47,6 +47,7 @@ #include "llnotificationsutil.h" #include "lloutputmonitorctrl.h" #include "llscriptfloater.h" +#include "llspeakers.h" #include "lltextbox.h" #include "llvoiceclient.h" #include "llgroupmgr.h" diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 28f0be0d68a2b26b0f05e5bf6fdbbf6c90684c98..a226d66b12ebafab2b2106dccd53449f2a476f02 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -37,7 +37,6 @@ #include "llinstantmessage.h" #include "lllogchat.h" -#include "llspeakers.h" //for LLIMSpeakerMgr #include "llvoicechannel.h" class LLFloaterChatterBox; @@ -45,6 +44,7 @@ class LLUUID; class LLFloaterIMPanel; class LLFriendObserver; class LLCallDialogManager; +class LLIMSpeakerMgr; class LLIMModel : public LLSingleton<LLIMModel> diff --git a/indra/newview/llpanelimcontrolpanel.cpp b/indra/newview/llpanelimcontrolpanel.cpp index 0cfe501fab52edba818aaaa80fa6979a8f296ac2..b1cdb4d81f648f3ef9fe81d57c19e60ad9191dbe 100644 --- a/indra/newview/llpanelimcontrolpanel.cpp +++ b/indra/newview/llpanelimcontrolpanel.cpp @@ -46,6 +46,7 @@ #include "llimview.h" #include "llvoicechannel.h" #include "llsidetray.h" +#include "llspeakers.h" #include "lltrans.h" void LLPanelChatControlPanel::onCallButtonClicked() diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 31a18a2e9827838326e4f1c9a579eb8a9f60f2fd..d57bc0af1d70188a7937bc82bdcf334af4deb5eb 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -78,6 +78,7 @@ #include "llstatenums.h" #include "llstatusbar.h" #include "llimview.h" +#include "llspeakers.h" #include "lltrans.h" #include "llviewerfoldertype.h" #include "lluri.h" diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 51a75b58255bb2491940ae9debeeff75324bc8ef..c84afa5af12a2fba3299441e8ca3395a58050ffd 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -63,6 +63,7 @@ #include "llparcel.h" #include "llviewerparcelmgr.h" //#include "llfirstuse.h" +#include "llspeakers.h" #include "lltrans.h" #include "llviewerwindow.h" #include "llviewercamera.h"