mirror of https://github.com/grpc/grpc.git
ServerRetryThrottleMap references std::string but does not `#include <string>`. Depending on exactly how a C++ implementation lays out its headers, std::string may or may not be declared already. For example, Visual C++ 2019 16.8.3 (19.28.29335) does not have std::string declared at this point. Add `#include <string>` This change is needed to get the C# bootstrap script to (`python .\tools\run_tests\run_tests.py -l csharp -c dbg --build_only`) to cleanly compile using Visual C++ 2019 instead of the hard-coded 2015 that pre_build_csharp.bat has.pull/25088/head
parent
fb555fc76f
commit
bf7ee7bfc1
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue