summaryrefslogtreecommitdiff
path: root/src/node_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_report.h')
-rw-r--r--src/node_report.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_report.h b/src/node_report.h
index c83c52eb39..2aa55151d8 100644
--- a/src/node_report.h
+++ b/src/node_report.h
@@ -14,8 +14,8 @@
#include <vector>
#include "v8.h"
-#include <stdio.h>
-#include <stdlib.h>
+#include <cstdio>
+#include <cstdlib>
#include <iomanip>
#include <iostream>
#include <sstream>