Commit 11eb9d22 authored by asaka's avatar asaka Committed by Commit bot

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}
parent 398d131a
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment