Fix some compilation errors.

This commit is contained in:
Shyotl
2019-04-11 02:54:21 -05:00
parent 1351a2695e
commit 1cfd782bdd
3 changed files with 4 additions and 5 deletions

View File

@@ -66,5 +66,6 @@
#include "lldefs.h"
#include "llerror.h"
#include "llfile.h"
#include "llformat.h"
#endif

View File

@@ -27,8 +27,6 @@
#ifndef LL_LLSTRING_H
#define LL_LLSTRING_H
#include "llwin32headerslean.h"
#include <boost/optional/optional.hpp>
#include <string>
#include <cstdio>
@@ -37,9 +35,8 @@
#include <algorithm>
#include <vector>
#include <map>
#include "llfasttimer.h"
#include "llformat.h"
#include "llsd.h"
#include "stdtypes.h"
#include "llpreprocessor.h"
// [RLVa:KB] - Checked: RLVa-2.1.0
#include <list>
// [/RLVa:KB]

View File

@@ -28,6 +28,7 @@
// We can't use WIN32_LEAN_AND_MEAN here, needs lots of includes.
#if LL_WINDOWS
#include "llwin32headers.h"
#include "nb30.h"
#endif
#include "lldefs.h"