summaryrefslogtreecommitdiff
path: root/deps/v8/src/extensions/statistics-extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/extensions/statistics-extension.h')
-rw-r--r--deps/v8/src/extensions/statistics-extension.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/v8/src/extensions/statistics-extension.h b/deps/v8/src/extensions/statistics-extension.h
index 4c53cbfdea..f2b0256ee2 100644
--- a/deps/v8/src/extensions/statistics-extension.h
+++ b/deps/v8/src/extensions/statistics-extension.h
@@ -5,9 +5,13 @@
#ifndef V8_EXTENSIONS_STATISTICS_EXTENSION_H_
#define V8_EXTENSIONS_STATISTICS_EXTENSION_H_
-#include "include/v8.h"
+#include "include/v8-extension.h"
namespace v8 {
+
+template <typename T>
+class FunctionCallbackInfo;
+
namespace internal {
class StatisticsExtension : public v8::Extension {