Procházet zdrojové kódy

test: added missing include

Michele Caini před 4 roky
rodič
revize
86f98f40a1
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;