| Index: base/synchronization/waitable_event_win.cc
|
| diff --git a/base/synchronization/waitable_event_win.cc b/base/synchronization/waitable_event_win.cc
|
| index 2d6d7348755b4c67f37383064da45288e215bc17..6674cdb923f12920a7a2e8d2f534d57ac71aac99 100644
|
| --- a/base/synchronization/waitable_event_win.cc
|
| +++ b/base/synchronization/waitable_event_win.cc
|
| @@ -5,6 +5,7 @@
|
| #include "base/synchronization/waitable_event.h"
|
|
|
| #include <windows.h>
|
| +#include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/numerics/safe_conversions.h"
|
|
|