From 094db40fdf7136480a345a6ea19c9909d39cb90f Mon Sep 17 00:00:00 2001 From: Cheng Date: Tue, 10 Jun 2025 22:20:50 +0000 Subject: [PATCH] Fix building cpp benchmarks on Linux --- 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