# HG changeset patch # User KUDr # Date 2007-01-14 19:29:21 # Node ID 9f767230928f679fb4f06910ba86b1b480f79333 # Parent f732864744b6edc8dc349825871d447a8ff54574 (svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it) diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -35,6 +35,8 @@ #include "date.h" #include "helpers.hpp" +#include // for auto_ptr + typedef enum StationRectModes { RECT_MODE_TEST = 0,