Index: src/bignum.h |
diff --git a/src/bignum.h b/src/bignum.h |
index 744768f874e0b54b9803fb390b11356dd3400130..7ebdae47bc1981e1c1cc641edee8fae286be9c6f 100644 |
--- a/src/bignum.h |
+++ b/src/bignum.h |
@@ -5,6 +5,8 @@ |
#ifndef V8_BIGNUM_H_ |
#define V8_BIGNUM_H_ |
+#include "src/vector.h" |
+ |
namespace v8 { |
namespace internal { |