skypjack 1 месяц назад
Родитель
Сommit
1f41b86665
2 измененных файлов с 3 добавлено и 0 удалено
  1. 1 0
      test/common/aggregate.h
  2. 2 0
      test/common/pointer_stable.h

+ 1 - 0
test/common/aggregate.h

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

+ 2 - 0
test/common/pointer_stable.h

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