summaryrefslogtreecommitdiff
path: root/src/rail_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-23 22:16:41 +0000
committerrubidium <rubidium@openttd.org>2008-04-23 22:16:41 +0000
commit2b85217bfe7197684e22a0257cabe9b4a37cb7d6 (patch)
tree3c648d4bd6e453e588d664c0eabe3c948a556f7c /src/rail_cmd.cpp
parent7c8fe9791b3fb63a2842f45c85c8c428780a7a4e (diff)
downloadopenttd-2b85217bfe7197684e22a0257cabe9b4a37cb7d6.tar.xz
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
Diffstat (limited to 'src/rail_cmd.cpp')
-rw-r--r--src/rail_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rail_cmd.cpp b/src/rail_cmd.cpp
index c08014d12..4bdc8dd09 100644
--- a/src/rail_cmd.cpp
+++ b/src/rail_cmd.cpp
@@ -43,6 +43,7 @@
#include "station_map.h"
#include "water_map.h"
#include "functions.h"
+#include "oldpool_func.h"
#include "table/sprites.h"
#include "table/strings.h"