Przeglądaj źródła

test: add missing include

skypjack 1 miesiąc temu
rodzic
commit
1f41b86665
2 zmienionych plików z 3 dodań i 0 usunięć
  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 {