Преглед изворни кода

test: added missing include

Michele Caini пре 4 година
родитељ
комит
86f98f40a1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      test/benchmark/benchmark.cpp

+ 1 - 0
test/benchmark/benchmark.cpp

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