summaryrefslogtreecommitdiff
path: root/src/node_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_file.cc')
-rw-r--r--src/node_file.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node_file.cc b/src/node_file.cc
index b66c0fe6d2..8757f6bf0d 100644
--- a/src/node_file.cc
+++ b/src/node_file.cc
@@ -19,11 +19,13 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
+#include "node_file.h"
#include "aliased_buffer.h"
#include "node_buffer.h"
#include "node_internals.h"
+#include "node_process.h"
#include "node_stat_watcher.h"
-#include "node_file.h"
+
#include "tracing/trace_event.h"
#include "req_wrap-inl.h"