| Index: net/quic/congestion_control/prr_sender.h
|
| diff --git a/net/quic/congestion_control/prr_sender.h b/net/quic/congestion_control/prr_sender.h
|
| index c7836688360de6b2172ad34028a2ad38c27944c1..df73a9fbc6be56f85cebcffce03831e85f0a18eb 100644
|
| --- a/net/quic/congestion_control/prr_sender.h
|
| +++ b/net/quic/congestion_control/prr_sender.h
|
| @@ -7,6 +7,8 @@
|
| #ifndef NET_QUIC_CONGESTION_CONTROL_PRR_SENDER_H_
|
| #define NET_QUIC_CONGESTION_CONTROL_PRR_SENDER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "net/quic/quic_bandwidth.h"
|
| #include "net/quic/quic_time.h"
|
|
|
|
|