mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-20 07:01:27 +02:00
Add couple of missing header files needed by GCC 4.7.
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <locale>
|
#include <locale>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <unistd.h>
|
||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
#include "Format.h"
|
#include "Format.h"
|
||||||
#include "LuaLuna.h"
|
#include "LuaLuna.h"
|
||||||
|
@@ -10,6 +10,7 @@
|
|||||||
#define The_Powder_Toy_StructProperty_h
|
#define The_Powder_Toy_StructProperty_h
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
struct StructProperty
|
struct StructProperty
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user