googletest/googlemock/include
Adam Badura 1f809607b5 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.
2019-07-16 23:15:51 +02:00
..
gmock Add missing <functional> include 2019-07-16 23:15:51 +02:00