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/debug_utils.cc')
-rw-r--r--src/debug_utils.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug_utils.cc b/src/debug_utils.cc
index bff2f9ae915..b86710fba6e 100644
--- a/src/debug_utils.cc
+++ b/src/debug_utils.cc
@@ -1,4 +1,5 @@
#include "debug_utils.h"
+#include "util-inl.h"
#ifdef __POSIX__
#if defined(__linux__)