Bug 180609 - APIClient.h uses things from <tuple> without including it explicitly
Summary: APIClient.h uses things from <tuple> without including it explicitly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-08 14:54 PST by Stephan Szabo
Modified: 2017-12-10 08:48 PST (History)
6 users (show)

See Also:


Attachments
Add <tuple> include to APIClient.h (888 bytes, patch)
2017-12-08 16:57 PST, Stephan Szabo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Szabo 2017-12-08 14:54:05 PST
Similar to https://bugs.webkit.org/show_bug.cgi?id=179926, APIClient.h uses tuple related items without explicitly including <tuple>. This can cause compilation failures on toolchains where including <algorithm> and <array> doesn't guarantee the appropriate tuple_size and tuple_element used in the header being available.
Comment 1 Stephan Szabo 2017-12-08 16:57:41 PST
Created attachment 328886 [details]
Add <tuple> include to APIClient.h
Comment 2 WebKit Commit Bot 2017-12-10 08:47:28 PST
Comment on attachment 328886 [details]
Add <tuple> include to APIClient.h

Clearing flags on attachment: 328886

Committed r225732: <https://trac.webkit.org/changeset/225732>
Comment 3 WebKit Commit Bot 2017-12-10 08:47:30 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-12-10 08:48:36 PST
<rdar://problem/35956521>