Browse Source

test: added missing include

Michele Caini 4 năm trước cách đây
mục cha
commit
86f98f40a1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      test/benchmark/benchmark.cpp

+ 1 - 0
test/benchmark/benchmark.cpp

@@ -5,6 +5,7 @@
 #include <vector>
 #include <vector>
 #include <gtest/gtest.h>
 #include <gtest/gtest.h>
 #include <entt/entity/registry.hpp>
 #include <entt/entity/registry.hpp>
+#include <entt/entity/runtime_view.hpp>
 
 
 struct position {
 struct position {
     std::uint64_t x;
     std::uint64_t x;