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:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
Showing
- meta-ohos-acts/recipes-ohos-googletest/ohos-googletest/ohos-googletest/googletest-gcc-11.patch 13 additions, 0 deletions...t/ohos-googletest/ohos-googletest/googletest-gcc-11.patch
- meta-ohos-acts/recipes-ohos-googletest/ohos-googletest/ohos-googletest_git.bb 2 additions, 1 deletion...es-ohos-googletest/ohos-googletest/ohos-googletest_git.bb
Please register or sign in to comment