Homec4science

Add missing <functional> include

Authored by Adam Badura <adam.f.badura@gmail.com> on Jul 11 2019, 09:49.

Description

Add missing <functional> include

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.

Details

Event Timeline

Adam Badura <adam.f.badura@gmail.com> committed R9484:1f809607b516: Add missing <functional> include (authored by Adam Badura <adam.f.badura@gmail.com>).Jul 16 2019, 23:15