Fix some compilation errors.
This commit is contained in:
@@ -66,5 +66,6 @@
|
|||||||
#include "lldefs.h"
|
#include "lldefs.h"
|
||||||
#include "llerror.h"
|
#include "llerror.h"
|
||||||
#include "llfile.h"
|
#include "llfile.h"
|
||||||
|
#include "llformat.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -27,8 +27,6 @@
|
|||||||
#ifndef LL_LLSTRING_H
|
#ifndef LL_LLSTRING_H
|
||||||
#define LL_LLSTRING_H
|
#define LL_LLSTRING_H
|
||||||
|
|
||||||
#include "llwin32headerslean.h"
|
|
||||||
|
|
||||||
#include <boost/optional/optional.hpp>
|
#include <boost/optional/optional.hpp>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
@@ -37,9 +35,8 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include "llfasttimer.h"
|
#include "stdtypes.h"
|
||||||
#include "llformat.h"
|
#include "llpreprocessor.h"
|
||||||
#include "llsd.h"
|
|
||||||
// [RLVa:KB] - Checked: RLVa-2.1.0
|
// [RLVa:KB] - Checked: RLVa-2.1.0
|
||||||
#include <list>
|
#include <list>
|
||||||
// [/RLVa:KB]
|
// [/RLVa:KB]
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
// We can't use WIN32_LEAN_AND_MEAN here, needs lots of includes.
|
// We can't use WIN32_LEAN_AND_MEAN here, needs lots of includes.
|
||||||
#if LL_WINDOWS
|
#if LL_WINDOWS
|
||||||
#include "llwin32headers.h"
|
#include "llwin32headers.h"
|
||||||
|
#include "nb30.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "lldefs.h"
|
#include "lldefs.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user