diff options
author | KUDr <KUDr@openttd.org> | 2007-01-14 19:29:21 +0000 |
---|---|---|
committer | KUDr <KUDr@openttd.org> | 2007-01-14 19:29:21 +0000 |
commit | 97993d279e43a26ac51dbc7a8a38c6fe9448728a (patch) | |
tree | 6c5c776770c971c6633e970b908b9ec29bf0b7f3 /src | |
parent | 3ad14cc7a83892b7f6e8c36d254a222c982ffb7d (diff) | |
download | openttd-97993d279e43a26ac51dbc7a8a38c6fe9448728a.tar.xz |
(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
Diffstat (limited to 'src')
-rw-r--r-- | src/station_cmd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index faacbab82..3757a0a75 100644 --- 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, |