⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267470 in webkit


Ignore:
Timestamp:
Sep 23, 2020, 5:36:35 AM (6 years ago)
Author:
Philippe Normand
Message:

Unreviewed, prospective GTK build fix after r267449.

  • svg/SVGPathBlender.cpp: Include <functional>, needed for std::invoke().
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r267469 r267470  
     12020-09-23  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, prospective GTK build fix after r267449.
     4
     5        * svg/SVGPathBlender.cpp: Include <functional>, needed for std::invoke().
     6
    172020-09-23  Cathie Chen  <cathiechen@igalia.com>
    28
  • trunk/Source/WebCore/svg/SVGPathBlender.cpp

    r263334 r267470  
    2525#include "SVGPathSeg.h"
    2626#include "SVGPathSource.h"
     27#include <functional>
    2728#include <wtf/SetForScope.h>
    2829
Note: See TracChangeset for help on using the changeset viewer.