| Index: components/proximity_auth/logging/log_buffer.h
|
| diff --git a/components/proximity_auth/logging/log_buffer.h b/components/proximity_auth/logging/log_buffer.h
|
| index 46b335ace256d29e19ff5885ac8abbc0731be89a..a7156c26fb23be880701917037079325061cc6c7 100644
|
| --- a/components/proximity_auth/logging/log_buffer.h
|
| +++ b/components/proximity_auth/logging/log_buffer.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_PROXIMITY_AUTH_LOGGING_LOG_BUFFER_H
|
| #define COMPONENTS_PROXIMITY_AUTH_LOGGING_LOG_BUFFER_H
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <list>
|
|
|
| #include "base/logging.h"
|
|
|