diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-06-03 16:13:19 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-06-03 16:13:19 -0700 | 
| commit | fac351f8f22028bb83a4ebce926979d90ce9301c (patch) | |
| tree | 926524763f80206dcd5b922e73eb5df5e22808ac | |
| parent | 0d3fb07bfa205b65f242ef2b761e827ff30e42fe (diff) | |
Was a little too agressive in header removal in two places.
| -rwxr-xr-x | indra/newview/llpanelplaceinfo.cpp | 1 | ||||
| -rwxr-xr-x | indra/newview/llvoicevivox.h | 1 | 
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" | 
