diff options
Diffstat (limited to 'src/debug_utils.h')
-rw-r--r-- | src/debug_utils.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/debug_utils.h b/src/debug_utils.h index ed5e42fcbe..7e8a23d3ae 100644 --- a/src/debug_utils.h +++ b/src/debug_utils.h @@ -4,9 +4,10 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "async_wrap.h" -#include "env.h" -#include <string> +#include "env-inl.h" + #include <sstream> +#include <string> // Use FORCE_INLINE on functions that have a debug-category-enabled check first // and then ideally only a single function call following it, to maintain |