facebook / watchman

Watches files and records, or triggers actions, when they change.
https://facebook.github.io/watchman/
MIT License
12.44k stars 990 forks source link

Fix build with GCC 13 (add missing <cstdint> include) #1089

Closed thesamesam closed 1 year ago

thesamesam commented 1 year ago

GCC 13 (as usual for new compiler releases) shuffles around some internal includes and so is no longer transitively included.

Explicitly include for uint32_t.

Signed-off-by: Sam James sam@gentoo.org

facebook-github-bot commented 1 year ago

@yfeldblum has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 year ago

@yfeldblum merged this pull request in facebook/watchman@72203852145d6b41ef777fa32aa3ec986e89a944.