#ifndef IO_HELPER #define IO_HELPER #include "xml.h" #include "map_value.h" namespace lemon { void xml(XmlIo &x, MapValue::Type& v); }; #endif