aboutsummaryrefslogtreecommitdiff
path: root/include/HyperNeat/Utils/Size.hpp
blob: 0ef5616f4a0a5139f6e016d13a9e8fe89021d458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __HYPERNEAT_SIZE_HPP__
#define __HYPERNEAT_SIZE_HPP__

#include <cstddef>
#include <climits>

namespace hyperneat
{
    using std::size_t;
}

#endif