#ifndef __HYPERNEAT_SIZE_HPP__ #define __HYPERNEAT_SIZE_HPP__ #include #include namespace hyperneat { using std::size_t; } #endif