Bug 292363
| Summary: | Add missing stdint.h header | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/150432464>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/44779
EWS
Committed 294433@main (a17bd8b2592a): <https://commits.webkit.org/294433@main>
Reviewed commits have been landed. Closing PR #44779 and removing active labels.