Chromium Code Reviews| Index: net/quic/core/quic_connection.h |
| diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h |
| index fda3d63e25f96be3ecda8ee1cb11302c8e5c76d0..6ed59a9c4e40a963bb72367321d3229f029ee699 100644 |
| --- a/net/quic/core/quic_connection.h |
| +++ b/net/quic/core/quic_connection.h |
| @@ -48,6 +48,7 @@ |
| #include "net/quic/core/quic_types.h" |
| #include "net/quic/platform/api/quic_export.h" |
| #include "net/quic/platform/api/quic_socket_address.h" |
| +#include "net/quic/platform/api/quic_str_cat.h" |
|
Ryan Hamilton
2016/12/22 18:17:30
nit: Is this required? I don't think we use StrCat
|
| namespace net { |