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/module_wrap.h')
-rw-r--r--src/module_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module_wrap.h b/src/module_wrap.h
index 980c802c1f1..a8dd89b7900 100644
--- a/src/module_wrap.h
+++ b/src/module_wrap.h
@@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include "node_url.h"
-#include "base-object-inl.h"
+#include "base_object-inl.h"
namespace node {
namespace loader {