From 9889171210b81138fd15fb57dd06e98fe6d37b3c Mon Sep 17 00:00:00 2001 From: Ruy Contributors Date: Mon, 28 Oct 2024 07:55:32 -0700 Subject: [PATCH] fix build for newer libc++ It needs to include for abort(). PiperOrigin-RevId: 690609739 --- ruy/profiler/instrumentation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ruy/profiler/instrumentation.h b/ruy/profiler/instrumentation.h index 2b15ae369c..210fa39f8b 100644 --- a/ruy/profiler/instrumentation.h +++ b/ruy/profiler/instrumentation.h @@ -17,6 +17,7 @@ limitations under the License. #define RUY_RUY_PROFILER_INSTRUMENTATION_H_ #ifdef RUY_PROFILER +#include #include #include #include