From 095163b8d1d58cec181b8de94c5f7805659fe718 Mon Sep 17 00:00:00 2001 From: Cheng Date: Wed, 11 Jun 2025 09:10:24 +0900 Subject: [PATCH] Fix building cpp benchmarks on Linux (#2268) --- benchmarks/cpp/irregular_strides.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/cpp/irregular_strides.cpp b/benchmarks/cpp/irregular_strides.cpp index cda76fed6..552461335 100644 --- a/benchmarks/cpp/irregular_strides.cpp +++ b/benchmarks/cpp/irregular_strides.cpp @@ -1,5 +1,6 @@ // Copyright © 2023 Apple Inc. +#include #include #include