From 8fea5a62c9190cb86128c89f92c89ea1c656c3f0 Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 7 May 2008 08:38:56 +0000 Subject: (svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files --- src/tile_cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tile_cmd.h') diff --git a/src/tile_cmd.h b/src/tile_cmd.h index 0ad4d1fe3..08a363b92 100644 --- a/src/tile_cmd.h +++ b/src/tile_cmd.h @@ -15,6 +15,7 @@ #include "player_type.h" #include "direction_type.h" #include "track_type.h" +#include "openttd.h" /** The returned bits of VehicleEnterTile. */ enum VehicleEnterTileStatus { -- cgit v1.2.3-54-g00ecf