@@ -1,6 +1,7 @@
#ifndef ENTT_COMMON_AGGREGATE_H
#define ENTT_COMMON_AGGREGATE_H
+#include <compare>
#include <type_traits>
namespace test {
@@ -1,6 +1,8 @@
#ifndef ENTT_COMMON_POINTER_STABLE_H
#define ENTT_COMMON_POINTER_STABLE_H
+
struct pointer_stable {