Changeset 225732 in webkit


Ignore:
Timestamp:
Dec 10, 2017 8:47:24 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

APIClient.h uses things from <tuple> without including it explicitly
https://bugs.webkit.org/show_bug.cgi?id=180609

Patch by Stephan Szabo <stephan.szabo@sony.com> on 2017-12-10
Reviewed by Darin Adler.

  • Shared/API/APIClient.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r225720 r225732  
     12017-12-10  Stephan Szabo  <stephan.szabo@sony.com>
     2
     3        APIClient.h uses things from <tuple> without including it explicitly
     4        https://bugs.webkit.org/show_bug.cgi?id=180609
     5
     6        Reviewed by Darin Adler.
     7
     8        * Shared/API/APIClient.h:
     9
    1102017-12-08  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/Source/WebKit/Shared/API/APIClient.h

    r177649 r225732  
    2929#include <algorithm>
    3030#include <array>
     31#include <tuple>
    3132
    3233namespace API {
Note: See TracChangeset for help on using the changeset viewer.