#ifndef __HYPERNEAT_VALUEMAP_HPP__ #define __HYPERNEAT_VALUEMAP_HPP__ #include #include namespace hyperneat { using ValueMap = Vector; } #endif