Skip to content
Snippets Groups Projects
Commit fac351f8 authored by Rider Linden's avatar Rider Linden
Browse files

Was a little too agressive in header removal in two places.

parent 0d3fb07b
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include "llpanelpick.h" #include "llpanelpick.h"
#include "lltexturectrl.h" #include "lltexturectrl.h"
#include "llviewerregion.h" #include "llviewerregion.h"
#include "llhttpconstants.h"
LLPanelPlaceInfo::LLPanelPlaceInfo() LLPanelPlaceInfo::LLPanelPlaceInfo()
: LLPanel(), : LLPanel(),
......
...@@ -39,6 +39,7 @@ class LLVivoxProtocolParser; ...@@ -39,6 +39,7 @@ class LLVivoxProtocolParser;
#include "llcallingcard.h" // for LLFriendObserver #include "llcallingcard.h" // for LLFriendObserver
#include "lleventcoro.h" #include "lleventcoro.h"
#include "llcoros.h" #include "llcoros.h"
#include <queue>
#ifdef LL_USESYSTEMLIBS #ifdef LL_USESYSTEMLIBS
# include "expat.h" # include "expat.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment