summaryrefslogtreecommitdiff
path: root/src/roadveh_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-09-13 10:04:36 +0000
committerrubidium <rubidium@openttd.org>2008-09-13 10:04:36 +0000
commitfc62d736f700ca344531a96ca02324695af8d761 (patch)
tree8353668207ed45dd097f497674f94e32c038e784 /src/roadveh_cmd.cpp
parent1647597943ecf5e1e8bf1370de3bd9385aa49296 (diff)
downloadopenttd-fc62d736f700ca344531a96ca02324695af8d761.tar.xz
(svn r14306) -Codechange: unify the code to draw the vehicle list.
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows.
Diffstat (limited to 'src/roadveh_cmd.cpp')
-rw-r--r--src/roadveh_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp
index 45906696b..bccac5a19 100644
--- a/src/roadveh_cmd.cpp
+++ b/src/roadveh_cmd.cpp
@@ -43,6 +43,7 @@
#include "depot_base.h"
#include "depot_func.h"
#include "effectvehicle_func.h"
+#include "core/alloc_func.hpp"
#include "table/strings.h"