summaryrefslogtreecommitdiff
path: root/base/win/scoped_hglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/win/scoped_hglobal.h')
-rw-r--r--base/win/scoped_hglobal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/win/scoped_hglobal.h b/base/win/scoped_hglobal.h
index 185ccbd5f0..abe9a5a3dd 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 {