Fixed some more header issues.

This commit is contained in:
Shyotl
2019-04-11 03:12:48 -05:00
parent 1cfd782bdd
commit 3724cf0e68
6 changed files with 6 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include "llviewervisualparam.h" #include "llviewervisualparam.h"
#include "llwearabletype.h" #include "llwearabletype.h"
#include <deque>
class LLAvatarAppearance; class LLAvatarAppearance;
class LLDriverParam; class LLDriverParam;

View File

@@ -84,6 +84,7 @@
#include "llsd.h" #include "llsd.h"
#include "llsdserialize.h" #include "llsdserialize.h"
#include "lluuid.h" #include "lluuid.h"
#include "llfasttimer.h"
// spammy mode // spammy mode
//#define LL_SPEW_STREAM_OUT_DEBUGGING 1 //#define LL_SPEW_STREAM_OUT_DEBUGGING 1

View File

@@ -30,6 +30,7 @@
#define MATERIAL_ID_SIZE 16 #define MATERIAL_ID_SIZE 16
#include <string> #include <string>
#include "llsd.h"
class LLMaterialID class LLMaterialID
{ {

View File

@@ -30,6 +30,7 @@
// to avoid including the heavyweight llnotifications.h // to avoid including the heavyweight llnotifications.h
#include "llnotificationptr.h" #include "llnotificationptr.h"
#include "lluuid.h"
#include "aialert.h" #include "aialert.h"
#ifndef BOOST_FUNCTION_HPP_INCLUDED #ifndef BOOST_FUNCTION_HPP_INCLUDED

View File

@@ -34,6 +34,7 @@
#define LL_TRANS_H #define LL_TRANS_H
#include <map> #include <map>
#include <set>
/** /**
* @brief String template loaded from strings.xml * @brief String template loaded from strings.xml

View File

@@ -32,6 +32,7 @@
#include "llstring.h" #include "llstring.h"
#include "llcursortypes.h" #include "llcursortypes.h"
#include "llsd.h" #include "llsd.h"
#include "llinstancetracker.h"
class LLSplashScreen; class LLSplashScreen;