[heap] Fix ObjectStats compile on Android/GN

NOTRY=true
TBR=ulan@chromium.org

Review-Url: https://codereview.chromium.org/2150563002
Cr-Commit-Position: refs/heads/master@{#37720}
This commit is contained in:
mlippautz 2016-07-13 08:59:28 -07:00 committed by Commit bot
parent a2f1519f68
commit 122df5115d

View File

@ -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"