#ifndef __HYPERNEAT_VECTOR_HPP__ #define __HYPERNEAT_VECTOR_HPP__ #include namespace hyperneat { template using Vector = std::vector; } #endif