aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-09-13 17:23:37 +0200
committerShauren <shauren.trinity@gmail.com>2015-09-13 17:23:37 +0200
commit04de58c8d3beb393233071650c65d50967b45266 (patch)
treecac7d1a8bd4b77c65e4e634b2a644134d27318e1 /src/common/Common.h
parent3109ab2da08d094df97724355bff681d7951e576 (diff)
Core/Players: Changed multi-segment taxi paths to fly nearby
flight masters along the way, not directly through them * Taxi cost on multi-segment paths is now charged per segment when it is started Cherry-picked from commit 2056961aae208c5da094f3bf8fbca599b5ebac40 (+fixes)
Diffstat (limited to 'src/common/Common.h')
-rw-r--r--src/common/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Common.h b/src/common/Common.h
index e83340bdd84..58bb006166a 100644
--- a/src/common/Common.h
+++ b/src/common/Common.h
@@ -39,6 +39,7 @@
#include <sstream>
#include <algorithm>
#include <memory>
+#include <vector>
#include <boost/optional.hpp>
#include <boost/utility/in_place_factory.hpp>