瀏覽代碼

test: added missing include

Michele Caini 3 年之前
父節點
當前提交
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;