Changeset 160002 in webkit


Ignore:
Timestamp:
Dec 3, 2013 7:02:03 AM (10 years ago)
Author:
Seokju Kwon
Message:

Debug build fix : Add '<algorithm>' for 'std::is_sorted' after r159965.
https://bugs.webkit.org/show_bug.cgi?id=125140

Reviewed by Csaba Osztrogonác.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r160000 r160002  
     12013-12-03  Seokju Kwon  <seokju@webkit.org>
     2
     3        Debug build fix : Add '<algorithm>' for 'std::is_sorted' after r159965.
     4        https://bugs.webkit.org/show_bug.cgi?id=125140
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * Shared/APIClient.h:
     9
    1102013-12-03  Peter Molnar  <pmolnar.u-szeged@partner.samsung.com>
    211
  • trunk/Source/WebKit2/Shared/APIClient.h

    r159965 r160002  
    2929#include "APIClientTraits.h"
    3030#include <array>
     31
     32#if !ASSERT_DISABLED
     33#include <algorithm> // std::is_sorted
     34#endif
    3135
    3236// FIXME: Transition all clients from WebKit::APIClient to API::Client.
Note: See TracChangeset for help on using the changeset viewer.