• Adam Badura's avatar
    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
gmock-spec-builders.h 72.7 KB