ソースを参照

test: add required include

Michele Caini 2 年 前
コミット
244b5d56ff
1 ファイル変更1 行追加0 行削除
  1. 1 0
      test/entt/entity/sparse_set.cpp

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

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