summaryrefslogtreecommitdiff
path: root/deps/v8/src/bignum-dtoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/bignum-dtoa.h')
-rw-r--r--deps/v8/src/bignum-dtoa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/bignum-dtoa.h b/deps/v8/src/bignum-dtoa.h
index fc160aecd4..d42801bd69 100644
--- a/deps/v8/src/bignum-dtoa.h
+++ b/deps/v8/src/bignum-dtoa.h
@@ -5,6 +5,8 @@
#ifndef V8_BIGNUM_DTOA_H_
#define V8_BIGNUM_DTOA_H_
+#include "src/vector.h"
+
namespace v8 {
namespace internal {