summaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_buffer.cc')
-rw-r--r--src/node_buffer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_buffer.cc b/src/node_buffer.cc
index 2f4a4c6661..ccc338f941 100644
--- a/src/node_buffer.cc
+++ b/src/node_buffer.cc
@@ -19,9 +19,10 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include "node.h"
#include "node_buffer.h"
+#include "node.h"
#include "node_errors.h"
+#include "node_internals.h"
#include "env-inl.h"
#include "string_bytes.h"