summaryrefslogtreecommitdiff
path: root/src/node_counters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_counters.h')
-rw-r--r--src/node_counters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_counters.h b/src/node_counters.h
index 670f38e804..8340ffcbd2 100644
--- a/src/node_counters.h
+++ b/src/node_counters.h
@@ -43,10 +43,11 @@
#endif
#include "v8.h"
+#include "env.h"
namespace node {
-void InitPerfCounters(v8::Handle<v8::Object> target);
+void InitPerfCounters(Environment* env, v8::Handle<v8::Object> target);
void TermPerfCounters(v8::Handle<v8::Object> target);
} // namespace node