RESOLVED FIXED292363
Add missing stdint.h header
https://bugs.webkit.org/show_bug.cgi?id=292363
Summary Add missing stdint.h header
adrian_taylor
Reported 2025-05-01 01:44:24 PDT
To support clang modules builds (which will be necessary for Swift/C++ interop in future) each header file needs to include all its dependencies. This header file contains uint64_t so it needs to refer to stdint.h.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-05-01 01:44:34 PDT
adrian_taylor
Comment 2 2025-05-01 01:49:07 PDT
EWS
Comment 3 2025-05-02 09:58:11 PDT
Committed 294433@main (a17bd8b2592a): <https://commits.webkit.org/294433@main> Reviewed commits have been landed. Closing PR #44779 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.