| Index: tools/android/heap_profiler/heap_profiler.h
|
| diff --git a/tools/android/heap_profiler/heap_profiler.h b/tools/android/heap_profiler/heap_profiler.h
|
| index 491081ded368e01df195b87ecbd6e98ebd4c7c6c..4711f47433695a5e5e91d0124191ad8c24a685ec 100644
|
| --- a/tools/android/heap_profiler/heap_profiler.h
|
| +++ b/tools/android/heap_profiler/heap_profiler.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef TOOLS_ANDROID_HEAP_PROFILER_HEAP_PROFILER_H_
|
| #define TOOLS_ANDROID_HEAP_PROFILER_HEAP_PROFILER_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| +
|
| #include "third_party/bsdtrees/tree.h"
|
|
|
| #define HEAP_PROFILER_MAGIC_MARKER 0x42beef42L
|
|
|