(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
1 changed files with 2 additions and 0 deletions

View File

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