From 95484c3e02206f73309c08ee5ee23d2304ca092b Mon Sep 17 00:00:00 2001 From: Ruy Contributors Date: Tue, 10 Dec 2024 01:23:13 -0800 Subject: [PATCH] add missing includes for the build with use_libcxx_modules This is to fix build error when we set use_libcxx_modules=true in chromium build. PiperOrigin-RevId: 704601521 --- ruy/profiler/instrumentation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ruy/profiler/instrumentation.h b/ruy/profiler/instrumentation.h index 210fa39f8b..cb09f882c7 100644 --- a/ruy/profiler/instrumentation.h +++ b/ruy/profiler/instrumentation.h @@ -18,6 +18,7 @@ limitations under the License. #ifdef RUY_PROFILER #include +#include #include #include #include