Index: base/win/scoped_hglobal.h |
diff --git a/base/win/scoped_hglobal.h b/base/win/scoped_hglobal.h |
index 185ccbd5f0cf017960df480e9f2d5f855f01294b..abe9a5a3dd318ebcd36225ad257021d7f383875d 100644 |
--- a/base/win/scoped_hglobal.h |
+++ b/base/win/scoped_hglobal.h |
@@ -6,8 +6,9 @@ |
#define BASE_WIN_SCOPED_HGLOBAL_H_ |
#include <windows.h> |
+#include <stddef.h> |
-#include "base/basictypes.h" |
+#include "base/macros.h" |
namespace base { |
namespace win { |