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

Unified Diff: src/dtoa.h

Issue 1285183010: Remove grab-bag includes of v8.h from everywhere. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Minor stylistic issue. Created 5 years, 4 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 | « src/deoptimizer.cc ('k') | src/elements.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/dtoa.h
diff --git a/src/dtoa.h b/src/dtoa.h
index dd88688d08250cdaccec02ccc37878d0d13b211c..ca6277ee56f099a737d8eba03ce0b3d498b42426 100644
--- a/src/dtoa.h
+++ b/src/dtoa.h
@@ -5,6 +5,8 @@
#ifndef V8_DTOA_H_
#define V8_DTOA_H_
+#include "src/vector.h"
+
namespace v8 {
namespace internal {
« no previous file with comments | « src/deoptimizer.cc ('k') | src/elements.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698