summaryrefslogtreecommitdiffhomepage
path: root/entity/entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'entity/entity.hpp')
-rw-r--r--entity/entity.hpp2
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>