diff options
Diffstat (limited to 'src/basic/math.hpp')
| -rw-r--r-- | src/basic/math.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/basic/math.hpp b/src/basic/math.hpp index c5b5940..a3e4b64 100644 --- a/src/basic/math.hpp +++ b/src/basic/math.hpp @@ -1,7 +1,12 @@ #pragma once + #include <basic/defs.hpp> +#include <cstddef> +#include <cstdint> + + struct V2ST { size_t x; size_t y; |
