summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 19:36:43 +0000
committertron <tron@openttd.org>2005-07-21 19:36:43 +0000
commite53c4db866021b07baace56f999be93920cd0f19 (patch)
tree29fd622967555974430109d40525b6a56175d6c2 /station.h
parent284d9ed7fb9704f043220414efe0886aa2fa158e (diff)
downloadopenttd-e53c4db866021b07baace56f999be93920cd0f19.tar.xz
(svn r2664) Remove depedency on player.h from variables.h
Diffstat (limited to 'station.h')
-rw-r--r--station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/station.h b/station.h
index 37f8c64fd..9fe13119c 100644
--- a/station.h
+++ b/station.h
@@ -1,6 +1,7 @@
#ifndef STATION_H
#define STATION_H
+#include "player.h"
#include "pool.h"
#include "sprite.h"
#include "tile.h"