[Fix] (MG_Benchmark/Sanity): add missing include

This commit is contained in:
2025-08-06 13:49:32 +08:00
parent 8501745c43
commit 70614b769a
+1
View File
@@ -1,5 +1,6 @@
#include <benchmark/benchmark.h>
#include <vector>
#include <cstring>
static void Sanity_VectorResize(benchmark::State& state) {
for (auto _ : state) {