summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/util.cc b/src/util.cc
index 223e0e8772..f070401934 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -19,14 +19,17 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include <cstdio>
-#include <sstream>
+#include "util.h"
+
#include "node_buffer.h"
#include "node_errors.h"
#include "node_internals.h"
#include "string_bytes.h"
#include "uv.h"
+#include <cstdio>
+#include <sstream>
+
namespace node {
using v8::ArrayBufferView;