-
Bernhard Rosenkränzer authored
Googletest doesn't compile with gcc 11.1 because it doesn't explicitly include <string> -- this is included implicitly (dependency of other headers) by older libstdc++ as well as libc++ Signed-off-by:Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
Bernhard Rosenkränzer authoredGoogletest doesn't compile with gcc 11.1 because it doesn't explicitly include <string> -- this is included implicitly (dependency of other headers) by older libstdc++ as well as libc++ Signed-off-by:Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
Loading