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:
@@ -43,6 +43,7 @@
|
||||
#include "lluictrlfactory.h"
|
||||
#include "llwindow.h"
|
||||
#include "llviewerwindow.h"
|
||||
#include "llhttpclient.h"
|
||||
|
||||
static LLFloaterURLEntry* sInstance = NULL;
|
||||
|
||||
|
||||
@@ -219,6 +219,7 @@
|
||||
#include "llfloaterblacklist.h"
|
||||
#include "scriptcounter.h"
|
||||
#include "shfloatermediaticker.h"
|
||||
#include "llpacketring.h"
|
||||
// </edit>
|
||||
|
||||
#include "llavatarnamecache.h"
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#include "llviewerprecompiledheaders.h"
|
||||
|
||||
#include "lltexturestatsuploader.h"
|
||||
#include "llhttpclient.h"
|
||||
|
||||
LLTextureStatsUploader::LLTextureStatsUploader()
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -250,6 +250,7 @@
|
||||
#include "llfloatervfs.h"
|
||||
#include "llfloatervfsexplorer.h"
|
||||
#include "shfloatermediaticker.h"
|
||||
#include "llpacketring.h"
|
||||
// </edit>
|
||||
|
||||
#include "scriptcounter.h"
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
#include "message.h"
|
||||
#include "pipeline.h"
|
||||
#include "llappviewer.h" // for do_disconnect()
|
||||
#include "llpacketring.h"
|
||||
|
||||
#include <deque>
|
||||
#include <queue>
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
#include "llviewercontrol.h"
|
||||
#include "llviewernetwork.h"
|
||||
#include "llviewerobject.h"
|
||||
#include "llpacketring.h"
|
||||
#include <sstream>
|
||||
|
||||
ScriptCounter* ScriptCounter::sInstance;
|
||||
|
||||
Reference in New Issue
Block a user