#include "../include/Segment.h" namespace environment { namespace data { uint32_t Segment::getBase (void) { return base; } }; };