forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netpanzer-0.8.2-gcc43.patch
62 lines (55 loc) · 2.19 KB
/
netpanzer-0.8.2-gcc43.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Index: netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp
===================================================================
--- netpanzer-0.8.2.orig/src/Lib/2D/ColorTable.cpp 2008-02-05 16:36:27.000000000 +0000
+++ netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp 2008-02-05 16:36:39.000000000 +0000
@@ -17,6 +17,8 @@
*/
#include <config.h>
+#include <memory>
+
#include "Util/FileSystem.hpp"
#include "Util/Log.hpp"
#include "Util/Exception.hpp"
Index: netpanzer-0.8.2/src/Lib/2D/Palette.cpp
===================================================================
--- netpanzer-0.8.2.orig/src/Lib/2D/Palette.cpp 2008-02-05 16:36:27.000000000 +0000
+++ netpanzer-0.8.2/src/Lib/2D/Palette.cpp 2008-02-05 16:36:39.000000000 +0000
@@ -18,6 +18,7 @@
#include <config.h>
#include <math.h>
+#include <memory>
#include "Palette.hpp"
#include "Util/FileSystem.hpp"
Index: netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp
===================================================================
--- netpanzer-0.8.2.orig/src/NetPanzer/Network/ProxyServer.cpp 2008-02-05 16:36:27.000000000 +0000
+++ netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp 2008-02-05 16:36:39.000000000 +0000
@@ -17,6 +17,7 @@
*/
#include <config.h>
+#include <cstdlib>
#include <string>
#include <stdexcept>
#include <ctype.h>
Index: netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp
===================================================================
--- netpanzer-0.8.2.orig/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp 2008-02-05 16:36:27.000000000 +0000
+++ netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp 2008-02-05 16:36:39.000000000 +0000
@@ -17,6 +17,7 @@
*/
#include <config.h>
+#include <memory>
#include <vector>
#include <string>
#include "MapSelectionView.hpp"
Index: netpanzer-0.8.2/src/Lib/Util/Log.cpp
===================================================================
--- netpanzer-0.8.2.orig/src/Lib/Util/Log.cpp 2008-02-05 17:13:36.000000000 +0000
+++ netpanzer-0.8.2/src/Lib/Util/Log.cpp 2008-02-05 17:13:43.000000000 +0000
@@ -26,6 +26,7 @@
#include <vector>
#include <exception>
#include <iomanip>
+#include <algorithm>
#include "Exception.hpp"
#include "FileSystem.hpp"