Changeset 216796 in webkit


Ignore:
Timestamp:
May 12, 2017 3:05:24 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Include algorithm before using std::min
https://bugs.webkit.org/show_bug.cgi?id=171733

Patch by Ting-Wei Lan <Ting-Wei Lan> on 2017-05-12
Reviewed by Chris Dumez.

  • wtf/text/StringCommon.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r216772 r216796  
     12017-05-12  Ting-Wei Lan  <lantw44@gmail.com>
     2
     3        Include algorithm before using std::min
     4        https://bugs.webkit.org/show_bug.cgi?id=171733
     5
     6        Reviewed by Chris Dumez.
     7
     8        * wtf/text/StringCommon.h:
     9
    1102017-05-12  Andreas Kling  <akling@apple.com>
    211
  • trunk/Source/WTF/wtf/text/StringCommon.h

    r215571 r216796  
    2727#define StringCommon_h
    2828
     29#include <algorithm>
    2930#include <unicode/uchar.h>
    3031#include <wtf/ASCIICType.h>
Note: See TracChangeset for help on using the changeset viewer.