#ifndef POS_DEF_H #define POS_DEF_H #include <string> namespace iv { struct pos_def { double mflon; double mflat; std::string mstrstationname; }; } #endif // POS_DEF_H