summarylogtreecommitdiffstats
path: root/0001-fix-vector-include.patch
diff options
context:
space:
mode:
authorLuca Weiss2016-07-27 10:56:21 +0200
committerLuca Weiss2016-07-27 10:56:21 +0200
commit5b275f43de380a81852aa2e0ced6cf5ac7d8a092 (patch)
treec3840e078634cabc3352eb0342329c0d61143c24 /0001-fix-vector-include.patch
parent6e645bbcf364d4e29da0fdb305912315c20d2ceb (diff)
downloadaur-5b275f43de380a81852aa2e0ced6cf5ac7d8a092.tar.gz
fix building
Diffstat (limited to '0001-fix-vector-include.patch')
-rw-r--r--0001-fix-vector-include.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/0001-fix-vector-include.patch b/0001-fix-vector-include.patch
new file mode 100644
index 000000000000..af149421763e
--- /dev/null
+++ b/0001-fix-vector-include.patch
@@ -0,0 +1,36 @@
+Index: src/DuelMatch.h
+===================================================================
+--- src/DuelMatch.h (revision 1678)
++++ src/DuelMatch.h (working copy)
+@@ -21,6 +21,7 @@
+ #pragma once
+
+ #include <string>
++#include <vector>
+ #include <boost/scoped_ptr.hpp>
+ #include <boost/shared_ptr.hpp>
+
+Index: src/server/MatchMaker.h
+===================================================================
+--- src/server/MatchMaker.h (revision 1678)
++++ src/server/MatchMaker.h (working copy)
+@@ -23,6 +23,7 @@
+ #include "raknet/NetworkTypes.h"
+ #include <map>
+ #include <functional>
++#include <vector>
+ #include "Global.h"
+
+ class NetworkPlayer;
+Index: src/state/LobbyStates.h
+===================================================================
+--- src/state/LobbyStates.h (revision 1678)
++++ src/state/LobbyStates.h (working copy)
+@@ -1,6 +1,7 @@
+ #ifndef LOBBYSTATES_H_INCLUDED
+ #define LOBBYSTATES_H_INCLUDED
+
++#include <vector>
+ #include <boost/shared_ptr.hpp>
+ #include "NetworkMessage.h"
+ #include "PlayerIdentity.h"