| Index: net/spdy/spdy_headers_block_parser.h
|
| diff --git a/net/spdy/spdy_headers_block_parser.h b/net/spdy/spdy_headers_block_parser.h
|
| index 66a6b810c1593f032063ee6056984899ca9bef7f..6f1dd679a4eca98d6bf73e7d78bd40c26f53e026 100644
|
| --- a/net/spdy/spdy_headers_block_parser.h
|
| +++ b/net/spdy/spdy_headers_block_parser.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef NET_SPDY_SPDY_HEADERS_BLOCK_PARSER_H_
|
| #define NET_SPDY_SPDY_HEADERS_BLOCK_PARSER_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_piece.h"
|
|
|