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

pull/155/head
KUDr 18 years ago
parent 3ad14cc7a8
commit 97993d279e

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

Loading…
Cancel
Save