Skip to content

Commit 573abc0

Browse files
lukesandbergcopybara-github
authored andcommitted
No public description
FUTURE_COPYBARA_INTEGRATE_REVIEW=#354 from jdapena:gcc_fix_2024_03_25 87900cc PiperOrigin-RevId: 630113671
1 parent c08ec52 commit 573abc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ruy/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
44
load("@bazel_skylib//lib:selects.bzl", "selects")
55
load(":build_defs.bzl", "ruy_copts", "ruy_copts_avx", "ruy_copts_avx2_fma", "ruy_copts_avx512")
66
load(":build_defs.oss.bzl", "ruy_linkopts_thread_standard_library")
7-
load(":ruy_test_ext.oss.bzl", "ruy_test_ext_defines", "ruy_test_ext_deps")
87
load(":ruy_test.bzl", "ruy_benchmark", "ruy_test")
8+
load(":ruy_test_ext.oss.bzl", "ruy_test_ext_defines", "ruy_test_ext_deps")
99

1010
package(
1111
default_applicable_licenses = ["//third_party/ruy:license"],

ruy/profiler/instrumentation.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ limitations under the License.
1919
#ifdef RUY_PROFILER
2020
#include <cstdio>
2121
#include <mutex>
22+
#include <string>
2223
#include <vector>
2324
#endif
2425

0 commit comments

Comments
 (0)