chromium-112-gcc-13-0003-ruy.patch 517 B

123456789101112131415161718
  1. https://github.com/google/ruy/pull/329
  2. From 7f6f4cfe5fd301bdeb2d7c19ba8b0d7963090f78 Mon Sep 17 00:00:00 2001
  3. From: Stephan Hartmann <stha09@googlemail.com>
  4. Date: Fri, 31 Mar 2023 14:58:38 +0000
  5. Subject: [PATCH] IWYU: add string for std::string
  6. --- a/third_party/ruy/src/ruy/profiler/instrumentation.h
  7. +++ b/third_party/ruy/src/ruy/profiler/instrumentation.h
  8. @@ -19,6 +19,7 @@ limitations under the License.
  9. #ifdef RUY_PROFILER
  10. #include <cstdio>
  11. #include <mutex>
  12. +#include <string>
  13. #include <vector>
  14. #endif