Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_perf.cc')
-rw-r--r--src/node_perf.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_perf.cc b/src/node_perf.cc
index 8f982049c77..08632020300 100644
--- a/src/node_perf.cc
+++ b/src/node_perf.cc
@@ -3,6 +3,7 @@
#include "node_perf.h"
#include "node_buffer.h"
#include "node_process.h"
+#include "util-inl.h"
#include <cinttypes>