| Index: net/quic/quic_received_packet_manager.h
|
| diff --git a/net/quic/quic_received_packet_manager.h b/net/quic/quic_received_packet_manager.h
|
| index e26dbbbb9ed73bbdf06156613b6a926c2b968982..61edf8574896c42c6b631285c3ca61a7afcec559 100644
|
| --- a/net/quic/quic_received_packet_manager.h
|
| +++ b/net/quic/quic_received_packet_manager.h
|
| @@ -8,8 +8,11 @@
|
| #ifndef NET_QUIC_QUIC_RECEIVED_PACKET_MANAGER_H_
|
| #define NET_QUIC_QUIC_RECEIVED_PACKET_MANAGER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <deque>
|
|
|
| +#include "base/macros.h"
|
| #include "net/quic/quic_config.h"
|
| #include "net/quic/quic_framer.h"
|
| #include "net/quic/quic_protocol.h"
|
|
|