mirror of
https://github.com/google/googletest.git
synced 2025-01-17 04:58:08 +08:00
1f809607b5
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.