Skip to content

Commit

Permalink
Add missing include in public/SamplingProfiler
Browse files Browse the repository at this point in the history
Summary:
When building with clang 19, I see errors about uint32 and uint64 not
being defined. Add `#include <cstdint>` to fix this.

Reviewed By: dannysu

Differential Revision: D70002819

fbshipit-source-id: 52640e2988d192f76d4d1b67e1ae7044b176b7f5
  • Loading branch information
neildhar authored and facebook-github-bot committed Feb 22, 2025
1 parent 2facf5b commit 038bfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/hermes/Public/SamplingProfiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <hermes/Public/HermesExport.h>

#include <cstdint>
#include <optional>
#include <string>
#include <vector>
Expand Down

0 comments on commit 038bfdb

Please sign in to comment.