summaryrefslogtreecommitdiffstats
path: root/base/win/event_trace_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/win/event_trace_controller.h')
-rw-r--r--base/win/event_trace_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/win/event_trace_controller.h b/base/win/event_trace_controller.h
index 69e755b..2e32b4c 100644
--- a/base/win/event_trace_controller.h
+++ b/base/win/event_trace_controller.h
@@ -23,10 +23,11 @@
#include <windows.h>
#include <wmistr.h>
#include <evntrace.h>
+#include <stddef.h>
#include <string>
#include "base/base_export.h"
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace base {
namespace win {