Skip to content
Snippets Groups Projects
Commit d4fe0ff1 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer
Browse files

Fix googletest to build with gcc 11.1


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: default avatarBernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
parent 752d39c3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment