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.
Created attachment 328886 [details] Add <tuple> include to APIClient.h
Comment on attachment 328886 [details] Add <tuple> include to APIClient.h Clearing flags on attachment: 328886 Committed r225732: <https://trac.webkit.org/changeset/225732>
All reviewed patches have been landed. Closing bug.
<rdar://problem/35956521>