Add couple of missing header files needed by GCC 4.7.
This commit is contained in:
parent
b98f5faace
commit
1ba412d3ba
@ -11,6 +11,7 @@
|
||||
#include <algorithm>
|
||||
#include <locale>
|
||||
#include <fstream>
|
||||
#include <unistd.h>
|
||||
#include "Config.h"
|
||||
#include "Format.h"
|
||||
#include "LuaLuna.h"
|
||||
@ -1703,4 +1704,4 @@ std::string LuaScriptInterface::FormatCommand(std::string command)
|
||||
|
||||
LuaScriptInterface::~LuaScriptInterface() {
|
||||
delete legacy;
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
#define The_Powder_Toy_StructProperty_h
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
struct StructProperty
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user