From 587c2cf8b11d3c32fa26887063eda3171a3d353e Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 31 Mar 2023 14:58:38 +0000 Subject: [PATCH] IWYU: add string for std::string --- ruy/profiler/instrumentation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ruy/profiler/instrumentation.h b/ruy/profiler/instrumentation.h index c4df1e68fb2..2b15ae369ce 100644 --- a/ruy/profiler/instrumentation.h +++ b/ruy/profiler/instrumentation.h @@ -19,6 +19,7 @@ limitations under the License. #ifdef RUY_PROFILER #include #include +#include #include #endif