1
0
forked from mirrors/0ad

Fixes revealed missed includes after e104b41be2.

This was SVN commit r25003.
This commit is contained in:
vladislavbelov
2021-03-03 22:38:59 +00:00
parent e104b41be2
commit c29423c723
10 changed files with 22 additions and 7 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -33,8 +33,8 @@
#include "ps/Profile.h"
#include <boost/filesystem.hpp>
#include <iomanip>
#include <set>
#include <unordered_map>
#include <unordered_set>
+3 -1
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2019 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -27,6 +27,8 @@
#include "ps/Util.h"
#include "simulation2/Simulation2.h"
#include <fstream>
#if 0
#define NETCLIENTTURN_LOG(...) debug_printf(__VA_ARGS__)
#else
+3 -1
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -51,6 +51,8 @@
#include "tools/atlas/GameInterface/GameLoop.h"
#include <fstream>
extern bool g_GameRestarted;
extern GameLoopState* g_AtlasGameLoop;
+1
View File
@@ -98,6 +98,7 @@
extern void RestartEngine();
#include <fstream>
#include <iostream>
#include <boost/algorithm/string/classification.hpp>
+2 -1
View File
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -38,6 +38,7 @@
#include "scriptinterface/ScriptInterface.h"
#include <algorithm>
#include <fstream>
#include <ctime>
extern int g_xres, g_yres;
+3
View File
@@ -33,8 +33,11 @@
#include "ps/Pyrogenesis.h"
#include "third_party/mongoose/mongoose.h"
#include <fstream>
#include <iomanip>
#include <map>
#include <set>
#include <tuple>
#include <unordered_map>
CProfiler2 g_Profiler2;
+2
View File
@@ -36,6 +36,8 @@
#include "scriptinterface/ScriptInterface.h"
#include "scriptinterface/ScriptExtraHeaders.h"
#include <fstream>
/**
* Filter too short replays (value in seconds).
*/
+1
View File
@@ -44,6 +44,7 @@
#include "ps/Util.h"
#include "ps/XML/Xeromyces.h"
#include <fstream>
#include <iomanip>
class CSimulation2Impl
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -31,6 +31,8 @@
#include "scriptinterface/ScriptContext.h"
#include "simulation2/Simulation2.h"
#include <fstream>
class TestCmpPathfinder : public CxxTest::TestSuite
{
public:
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -26,6 +26,7 @@
#include "graphics/SColor.h"
#include <map>
#include <set>
/**
* Hierarchical pathfinder.