summaryrefslogtreecommitdiff
path: root/src/economy_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy_base.h')
-rw-r--r--src/economy_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/economy_base.h b/src/economy_base.h
index 7e8e8e7d2..ca9dc3326 100644
--- a/src/economy_base.h
+++ b/src/economy_base.h
@@ -6,6 +6,8 @@
#define ECONOMY_BASE_H
#include "cargopacket.h"
+#include "vehicle_type.h"
+#include "company_type.h"
/** Type of pool to store cargo payments in. */
typedef Pool<CargoPayment, CargoPaymentID, 512, 64000> CargoPaymentPool;