| Index: base/win/windows_version.h
|
| diff --git a/base/win/windows_version.h b/base/win/windows_version.h
|
| index a52e64e0742589aa76de167d199e1eff760ac14f..c9bbd4f3eb7b536f66d2e72cde86e8d6b45f2db1 100644
|
| --- a/base/win/windows_version.h
|
| +++ b/base/win/windows_version.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef BASE_WIN_WINDOWS_VERSION_H_
|
| #define BASE_WIN_WINDOWS_VERSION_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/base_export.h"
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
|
|
| typedef void* HANDLE;
|
|
|
|
|