#ifndef __HYPERNEAT_MAP_HPP__ #define __HYPERNEAT_MAP_HPP__ #include namespace hyperneat { template using Map = std::map; } #endif