Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: src/base/hashmap.h

Issue 2071273003: additional includes needed for MIPS toolchain after move of hashmap (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/profiler/strings-storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/hashmap.h
diff --git a/src/base/hashmap.h b/src/base/hashmap.h
index 470bf616fdba962cc65b9abc66099107e0a543f8..efb5dc8baaafd7bdb0f036bca43347f1322aa42d 100644
--- a/src/base/hashmap.h
+++ b/src/base/hashmap.h
@@ -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"
« no previous file with comments | « no previous file | src/profiler/strings-storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698