mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
[Fix] (MG_Benchmark/Sanity): add missing include
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <benchmark/benchmark.h>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
|
||||
static void Sanity_VectorResize(benchmark::State& state) {
|
||||
for (auto _ : state) {
|
||||
|
||||
Reference in New Issue
Block a user