diff options
Diffstat (limited to 'include/HyperNeat/Utils/Size.hpp')
-rw-r--r-- | include/HyperNeat/Utils/Size.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/HyperNeat/Utils/Size.hpp b/include/HyperNeat/Utils/Size.hpp new file mode 100644 index 0000000..0ef5616 --- /dev/null +++ b/include/HyperNeat/Utils/Size.hpp @@ -0,0 +1,12 @@ +#ifndef __HYPERNEAT_SIZE_HPP__ +#define __HYPERNEAT_SIZE_HPP__ + +#include <cstddef> +#include <climits> + +namespace hyperneat +{ + using std::size_t; +} + +#endif |