Add eight missing headers...

How did you ever get this to compile if those
headers were removed from the precompiled header?
This commit is contained in:
Aleric Inglewood
2012-08-10 07:23:29 +02:00
parent 152238e67f
commit 94ebcdeb6b
8 changed files with 11 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
#include "lluictrlfactory.h"
#include "llwindow.h"
#include "llviewerwindow.h"
#include "llhttpclient.h"
static LLFloaterURLEntry* sInstance = NULL;

View File

@@ -219,6 +219,7 @@
#include "llfloaterblacklist.h"
#include "scriptcounter.h"
#include "shfloatermediaticker.h"
#include "llpacketring.h"
// </edit>
#include "llavatarnamecache.h"

View File

@@ -33,6 +33,7 @@
#include "llviewerprecompiledheaders.h"
#include "lltexturestatsuploader.h"
#include "llhttpclient.h"
LLTextureStatsUploader::LLTextureStatsUploader()
{

View File

@@ -49,6 +49,10 @@
// NOTE: MUST include these after otherincludes since queue gets redefined!?!!
#include <xmlrpc-epi/xmlrpc.h>
#include <curl/curl.h>
#ifdef DEBUG_CURLIO
#include "debug_libcurl.h"
#endif
// Don't define PLATFORM_STRING for unknown platforms - they need
// to get added to the login cgi script, so we want this to cause an

View File

@@ -48,6 +48,7 @@
#include "llnotificationsutil.h"
#include "lluuid.h"
#include "llkeyboard.h"
#include "llhttpclient.h"
// Merov: Temporary definitions while porting the new viewer media code to Snowglobe
const int LEFT_BUTTON = 0;

View File

@@ -250,6 +250,7 @@
#include "llfloatervfs.h"
#include "llfloatervfsexplorer.h"
#include "shfloatermediaticker.h"
#include "llpacketring.h"
// </edit>
#include "scriptcounter.h"

View File

@@ -61,6 +61,7 @@
#include "message.h"
#include "pipeline.h"
#include "llappviewer.h" // for do_disconnect()
#include "llpacketring.h"
#include <deque>
#include <queue>

View File

@@ -43,6 +43,7 @@
#include "llviewercontrol.h"
#include "llviewernetwork.h"
#include "llviewerobject.h"
#include "llpacketring.h"
#include <sstream>
ScriptCounter* ScriptCounter::sInstance;