commit | c1e9121f16559b084bb80afc6922f0316d082160 | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Thu Oct 03 09:37:10 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 03 12:37:41 2019 -0700 |
tree | 839b711a4b2e52c4a4b40d85a5952aa82183bda9 | |
parent | 2f2b7420cbef0e29be7890f35aed33d303111233 [diff] |
[build] Include ostream in quic_ip_address.h Explicitly #include <ostream> in quic/platform/api/quic_ip_address.h, since std::ostream is referenced in it. In the C++ STL shipped with Visual Studio 2019, none of the headers included in quic_ip_address.h ends up including the required templates, which caused a compile error. Patch by Jaime Bernardo <jaime@janeasystems.com>: https://quiche-review.googlesource.com/c/quiche/+/10280 gfe-relnote: n/a (no functional change) PiperOrigin-RevId: 272678937 Change-Id: I304ed7ad7f114924268ef832551fb2ddcba73402
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.