| Index: base/trace_event/winheap_dump_provider_win.h
 | 
| diff --git a/base/trace_event/winheap_dump_provider_win.h b/base/trace_event/winheap_dump_provider_win.h
 | 
| index e3653550d442799df9b1a650ba4113ba87f631fd..52edb06a8dc6aba5dd8b62f775761dd0d81ca5ff 100644
 | 
| --- a/base/trace_event/winheap_dump_provider_win.h
 | 
| +++ b/base/trace_event/winheap_dump_provider_win.h
 | 
| @@ -5,8 +5,11 @@
 | 
|  #ifndef BASE_TRACE_EVENT_WINHEAP_DUMP_PROVIDER_WIN_H_
 | 
|  #define BASE_TRACE_EVENT_WINHEAP_DUMP_PROVIDER_WIN_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <set>
 | 
|  
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/singleton.h"
 | 
|  #include "base/trace_event/memory_dump_provider.h"
 | 
|  
 | 
| 
 |