(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (still some warnings, working on it)

This commit is contained in:
KUDr 2007-01-14 19:29:21 +00:00
parent 8b65342449
commit 1eac31a1d8

View File

@ -35,6 +35,8 @@
#include "date.h" #include "date.h"
#include "helpers.hpp" #include "helpers.hpp"
#include <memory> // for auto_ptr
typedef enum StationRectModes typedef enum StationRectModes
{ {
RECT_MODE_TEST = 0, RECT_MODE_TEST = 0,