From c73d49a9e6196e34cc48eb46fa371a4077b11037 Mon Sep 17 00:00:00 2001 From: James Xu Date: Wed, 7 Aug 2024 09:29:30 +0800 Subject: [PATCH] Fix compile --- cpp/core/benchmarks/CompressionBenchmark.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/core/benchmarks/CompressionBenchmark.cc b/cpp/core/benchmarks/CompressionBenchmark.cc index 58f9e6016d22f..ca1033ea461ee 100644 --- a/cpp/core/benchmarks/CompressionBenchmark.cc +++ b/cpp/core/benchmarks/CompressionBenchmark.cc @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include