Changeset 207232 in webkit


Ignore:
Timestamp:
Oct 12, 2016 12:18:59 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[SOUP] trunk r207192 fails to compile due to missing std::function being unavailable (missing #include <functional>)
https://bugs.webkit.org/show_bug.cgi?id=163340

Patch by Jeremy Huddleston Sequoia <jeremyhu@apple.com> on 2016-10-12
Reviewed by Michael Catanzaro.

  • platform/network/soup/SoupNetworkSession.h: Add missing #include <functional>
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207221 r207232  
     12016-10-12  Jeremy Huddleston Sequoia  <jeremyhu@apple.com>
     2
     3        [SOUP] trunk r207192 fails to compile due to missing std::function being unavailable (missing #include <functional>)
     4        https://bugs.webkit.org/show_bug.cgi?id=163340
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * platform/network/soup/SoupNetworkSession.h: Add missing #include <functional>
     9
    1102016-10-12  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h

    r206807 r207232  
    2727#define SoupNetworkSession_h
    2828
     29#include <functional>
    2930#include <wtf/Noncopyable.h>
    3031#include <wtf/Vector.h>
Note: See TracChangeset for help on using the changeset viewer.