aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-09-12 20:15:34 +0200
committerShauren <shauren.trinity@gmail.com>2015-09-12 20:15:34 +0200
commit2056961aae208c5da094f3bf8fbca599b5ebac40 (patch)
treeca12ff466efc3a7b1ced61f3a98acd9a050dce22 /src/common/Common.h
parent497aa4425bd8a84acb7f5ebcf03692ef96a64c06 (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
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 09d64acc795..4c209f89ec8 100644
--- a/src/common/Common.h
+++ b/src/common/Common.h
@@ -39,6 +39,7 @@
#include <sstream>
#include <algorithm>
#include <memory>
+#include <vector>
#include "Debugging/Errors.h"