Sfoglia il codice sorgente

test: add required include

Michele Caini 2 anni fa
parent
commit
244b5d56ff
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      test/entt/entity/sparse_set.cpp

+ 1 - 0
test/entt/entity/sparse_set.cpp

@@ -1,6 +1,7 @@
 #include <algorithm>
 #include <functional>
 #include <iterator>
+#include <memory>
 #include <utility>
 #include <gtest/gtest.h>
 #include <entt/entity/entity.hpp>