summaryrefslogtreecommitdiff
path: root/vehicle.c
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle.c')
-rw-r--r--vehicle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vehicle.c b/vehicle.c
index ea5638273..40bc6ac41 100644
--- a/vehicle.c
+++ b/vehicle.c
@@ -2,6 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
+#include "road_map.h"
#include "spritecache.h"
#include "table/sprites.h"
#include "table/strings.h"
@@ -25,6 +26,7 @@
#include "train.h"
#include "industry_map.h"
#include "station_map.h"
+#include "water_map.h"
#define INVALID_COORD (-0x8000)
#define GEN_HASH(x,y) (((x & 0x1F80)>>7) + ((y & 0xFC0)))