additional includes needed for MIPS toolchain after move of hashmap

Follow up from https://codereview.chromium.org/2010243003

BUG=v8:5050

Review-Url: https://codereview.chromium.org/2071273003
Cr-Commit-Position: refs/heads/master@{#37103}
This commit is contained in:
asaka 2016-06-20 06:17:22 -07:00 committed by Commit bot
parent 398d131aba
commit 11eb9d224e
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#ifndef V8_BASE_HASHMAP_H_
#define V8_BASE_HASHMAP_H_
#include <stdlib.h>
#include "src/base/bits.h"
#include "src/base/logging.h"

View File

@ -5,6 +5,8 @@
#ifndef V8_PROFILER_STRINGS_STORAGE_H_
#define V8_PROFILER_STRINGS_STORAGE_H_
#include <stdarg.h>
#include "src/allocation.h"
#include "src/base/compiler-specific.h"
#include "src/base/hashmap.h"