mirror of
https://github.com/google/googletest.git
synced 2025-11-10 15:05:24 -05: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.