Index: base/debug/stack_trace_win.cc |
diff --git a/base/debug/stack_trace_win.cc b/base/debug/stack_trace_win.cc |
index 2679077b76e40bbd413f89560328beb10c444334..059675226afcc2bb21878d8c685b4abb350d3fe5 100644 |
--- a/base/debug/stack_trace_win.cc |
+++ b/base/debug/stack_trace_win.cc |
@@ -6,11 +6,12 @@ |
#include <windows.h> |
#include <dbghelp.h> |
+#include <stddef.h> |
#include <iostream> |
-#include "base/basictypes.h" |
#include "base/logging.h" |
+#include "base/macros.h" |
#include "base/memory/singleton.h" |
#include "base/process/launch.h" |
#include "base/strings/string_util.h" |