Skip to content

Commit

Permalink
add missing includes for the build with use_libcxx_modules
Browse files Browse the repository at this point in the history
This is to fix build error when we set use_libcxx_modules=true in
chromium build.

PiperOrigin-RevId: 704601521
  • Loading branch information
Ruy Contributors authored and copybara-github committed Dec 10, 2024
1 parent 9889171 commit 95484c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruy/profiler/instrumentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ limitations under the License.

#ifdef RUY_PROFILER
#include <stdlib.h>
#include <cstdint>
#include <cstdio>
#include <mutex>
#include <string>
Expand Down

0 comments on commit 95484c3

Please sign in to comment.