Skip to content
Snippets Groups Projects
  • Adam Badura's avatar
    1f809607
    Add missing <functional> include · 1f809607
    Adam Badura authored
    gmock-spec-builders.h uses std::function (in MockFunction) but did
    not include <functional> to provide it. Apparently, it worked since
    the header must have been included by something else but better be
    safe than sorry.
    1f809607
    History
    Add missing <functional> include
    Adam Badura authored
    gmock-spec-builders.h uses std::function (in MockFunction) but did
    not include <functional> to provide it. Apparently, it worked since
    the header must have been included by something else but better be
    safe than sorry.
Code owners