| Index: base/synchronization/waitable_event.h
|
| diff --git a/base/synchronization/waitable_event.h b/base/synchronization/waitable_event.h
|
| index c35af5467f62aa84b39ad80b7700a663fd8a142e..b5d91d00b51fd3b2899f39a4707dcef5ebd3424c 100644
|
| --- a/base/synchronization/waitable_event.h
|
| +++ b/base/synchronization/waitable_event.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef BASE_SYNCHRONIZATION_WAITABLE_EVENT_H_
|
| #define BASE_SYNCHRONIZATION_WAITABLE_EVENT_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/base_export.h"
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "base/win/scoped_handle.h"
|
|
|