summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-06-03 16:13:19 -0700
committerRider Linden <rider@lindenlab.com>2015-06-03 16:13:19 -0700
commitfac351f8f22028bb83a4ebce926979d90ce9301c (patch)
tree926524763f80206dcd5b922e73eb5df5e22808ac /indra
parent0d3fb07bfa205b65f242ef2b761e827ff30e42fe (diff)
Was a little too agressive in header removal in two places.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llpanelplaceinfo.cpp1
-rwxr-xr-xindra/newview/llvoicevivox.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelplaceinfo.cpp b/indra/newview/llpanelplaceinfo.cpp
index 9725e7f5fe..cec56a7ae7 100755
--- a/indra/newview/llpanelplaceinfo.cpp
+++ b/indra/newview/llpanelplaceinfo.cpp
@@ -45,6 +45,7 @@
#include "llpanelpick.h"
#include "lltexturectrl.h"
#include "llviewerregion.h"
+#include "llhttpconstants.h"
LLPanelPlaceInfo::LLPanelPlaceInfo()
: LLPanel(),
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h
index f00108050b..a3cdb342e2 100755
--- a/indra/newview/llvoicevivox.h
+++ b/indra/newview/llvoicevivox.h
@@ -39,6 +39,7 @@ class LLVivoxProtocolParser;
#include "llcallingcard.h" // for LLFriendObserver
#include "lleventcoro.h"
#include "llcoros.h"
+#include <queue>
#ifdef LL_USESYSTEMLIBS
# include "expat.h"