Chromium Code Reviews| Index: src/heap/object-stats.h |
| diff --git a/src/heap/object-stats.h b/src/heap/object-stats.h |
| index 2448141da126d490a14112f54d34499ccbc9dfcb..21b5e700b9acb73e5932d4ca46fcb1e9b59b2718 100644 |
| --- a/src/heap/object-stats.h |
| +++ b/src/heap/object-stats.h |
| @@ -5,6 +5,8 @@ |
| #ifndef V8_HEAP_OBJECT_STATS_H_ |
| #define V8_HEAP_OBJECT_STATS_H_ |
| +#include <math.h> |
| + |
| #include "src/heap/heap.h" |
| #include "src/heap/objects-visiting.h" |
| #include "src/objects.h" |