#ifndef HYPERNEAT_STRING_HPP #define HYPERNEAT_STRING_HPP #include namespace hyperneat { using String = std::string; } #endif