Michele Caini 2 лет назад
Родитель
Сommit
857d70528d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      test/entt/core/memory.cpp

+ 1 - 0
test/entt/core/memory.cpp

@@ -220,6 +220,7 @@ TEST(UninitializedConstructUsingAllocator, NoUsesAllocatorConstruction) {
 }
 
 #if defined(ENTT_HAS_TRACKED_MEMORY_RESOURCE)
+#    include <memory_resource>
 
 TEST(UninitializedConstructUsingAllocator, UsesAllocatorConstruction) {
     using string_type = typename test::tracked_memory_resource::string_type;