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

Unified Diff: src/bignum.h

Issue 145583014: A fix for the globals.h TODO in libplatform. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: fix header include guard Created 6 years, 11 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/base/globals.h ('k') | src/cached-powers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bignum.h
diff --git a/src/bignum.h b/src/bignum.h
index dcc4fa702aa0df5486555891a2b525958ec09ae6..189da7ab2dcd1e05ed3a0db792d1e41e7d0d842e 100644
--- a/src/bignum.h
+++ b/src/bignum.h
@@ -28,6 +28,8 @@
#ifndef V8_BIGNUM_H_
#define V8_BIGNUM_H_
+#include "utils.h"
+
namespace v8 {
namespace internal {
« no previous file with comments | « src/base/globals.h ('k') | src/cached-powers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698