mirror of
https://github.com/google/googletest.git
synced 2025-03-10 17:36:10 +00:00
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.