From c07b6a6d027a35ed7bca8a902f710b68d4d296d2 Mon Sep 17 00:00:00 2001 From: Songhao Jia Date: Thu, 13 Mar 2025 23:32:54 -0700 Subject: [PATCH] solve example_runner.sh compile error (#9261) Summary: this update solves the issue mentioned in https://github.com/pytorch/executorch/issues/7078. Great thanks BmanClark for proposing the issue as well as the fix! Differential Revision: D71177698 --- examples/devtools/example_runner/example_runner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/devtools/example_runner/example_runner.cpp b/examples/devtools/example_runner/example_runner.cpp index 1b3f1fd6408..43f7d7071c1 100644 --- a/examples/devtools/example_runner/example_runner.cpp +++ b/examples/devtools/example_runner/example_runner.cpp @@ -17,6 +17,7 @@ * all fp32 tensors. */ +#include #include #include