(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
authorKUDr
Sun, 14 Jan 2007 19:29:21 +0000
changeset 5917 e0d30aba24a3
parent 5916 75c6d5cf1600
child 5918 602e158900a2
(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)
src/station_cmd.cpp
--- 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,