(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
--- a/src/station_cmd.cpp Sun Jan 14 19:18:50 2007 +0000
+++ b/src/station_cmd.cpp Sun Jan 14 19:29:21 2007 +0000
@@ -35,6 +35,8 @@
#include "date.h"
#include "helpers.hpp"
+#include <memory> // for auto_ptr
+
typedef enum StationRectModes
{
RECT_MODE_TEST = 0,