Chromium Code Reviews| Index: net/cert/ct_known_logs_static.h |
| diff --git a/net/cert/ct_known_logs_static.h b/net/cert/ct_known_logs_static.h |
| index e87e5c492fff6e29bf1db7b46ffba8b7e58c5398..a1e30f1fc6df63fb672f16858f60ddb03cc160de 100644 |
| --- a/net/cert/ct_known_logs_static.h |
| +++ b/net/cert/ct_known_logs_static.h |
| @@ -6,6 +6,8 @@ |
| #ifndef NET_CERT_CT_KNOWN_LOGS_STATIC_H_ |
| #define NET_CERT_CT_KNOWN_LOGS_STATIC_H_ |
| +#include <stddef.h> |
| + |
| struct CTLogInfo { |
| const char* const log_key; |
| const size_t log_key_length; |