changeset 5666:1cf4c9bc5bb1 draft

(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
author KUDr <KUDr@openttd.org>
date Sun, 14 Jan 2007 19:29:21 +0000
parents 3cc382938839
children 883ea446c61c
files src/station_cmd.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -35,6 +35,8 @@
 #include "date.h"
 #include "helpers.hpp"
 
+#include <memory>     // for auto_ptr
+
 typedef enum StationRectModes
 {
 	RECT_MODE_TEST = 0,