Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
FUTURE_COPYBARA_INTEGRATE_REVIEW=#354 from jdapena:gcc_fix_2024_03_25 87900cc
PiperOrigin-RevId: 630113671
  • Loading branch information
lukesandberg authored and copybara-github committed May 7, 2024
1 parent c08ec52 commit 573abc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ruy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@bazel_skylib//lib:selects.bzl", "selects")
load(":build_defs.bzl", "ruy_copts", "ruy_copts_avx", "ruy_copts_avx2_fma", "ruy_copts_avx512")
load(":build_defs.oss.bzl", "ruy_linkopts_thread_standard_library")
load(":ruy_test_ext.oss.bzl", "ruy_test_ext_defines", "ruy_test_ext_deps")
load(":ruy_test.bzl", "ruy_benchmark", "ruy_test")
load(":ruy_test_ext.oss.bzl", "ruy_test_ext_defines", "ruy_test_ext_deps")

package(
default_applicable_licenses = ["//third_party/ruy:license"],
Expand Down
1 change: 1 addition & 0 deletions ruy/profiler/instrumentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ limitations under the License.
#ifdef RUY_PROFILER
#include <cstdio>
#include <mutex>
#include <string>
#include <vector>
#endif

Expand Down

0 comments on commit 573abc0

Please sign in to comment.