#ifndef __HYPERNEAT_SET_HPP__ #define __HYPERNEAT_SET_HPP__ #include namespace hyperneat { template using Set = std::set; } #endif