| Index: net/quic/quic_packet_creator.h
|
| diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h
|
| index 0350cec165e9216e62e4b3876b6ae857ff55654c..a70c1bbd1ec2e01b054a20eb1c1f916e423b3484 100644
|
| --- a/net/quic/quic_packet_creator.h
|
| +++ b/net/quic/quic_packet_creator.h
|
| @@ -11,10 +11,13 @@
|
| #ifndef NET_QUIC_QUIC_PACKET_CREATOR_H_
|
| #define NET_QUIC_QUIC_PACKET_CREATOR_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/quic/quic_fec_group.h"
|
|
|