| Index: net/quic/quic_reliable_client_stream.h
 | 
| diff --git a/net/quic/quic_reliable_client_stream.h b/net/quic/quic_reliable_client_stream.h
 | 
| index 17ef55ed9be2be3c180553bed7e6e5bcca183480..3e02fc107521a2229c9ab247569987dbf0ceb6d5 100644
 | 
| --- a/net/quic/quic_reliable_client_stream.h
 | 
| +++ b/net/quic/quic_reliable_client_stream.h
 | 
| @@ -7,6 +7,9 @@
 | 
|  #ifndef NET_QUIC_QUIC_RELIABLE_CLIENT_STREAM_H_
 | 
|  #define NET_QUIC_QUIC_RELIABLE_CLIENT_STREAM_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
| +#include "base/macros.h"
 | 
|  #include "net/base/ip_endpoint.h"
 | 
|  #include "net/base/upload_data_stream.h"
 | 
|  #include "net/http/http_request_info.h"
 | 
| 
 |