diff options
Diffstat (limited to 'entity/entity.hpp')
| -rw-r--r-- | entity/entity.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/entity.hpp b/entity/entity.hpp index 1dedebf0..4eca858e 100644 --- a/entity/entity.hpp +++ b/entity/entity.hpp @@ -1,8 +1,8 @@ #pragma once #include "name-of.hpp" -#include "compat/integer-types.hpp" #include "accessor.hpp" #include "util.hpp" +#include <cstddef> #include <concepts> #include <compare> #include <type_traits> |
