summaryrefslogtreecommitdiff
path: root/src/tls_wrap.h
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-06-17 10:26:07 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-06-17 10:41:48 -0700
commitc0281f1b30871d37584a0387dbe72ca4924d8587 (patch)
tree89d3cb6d899e029a3de2e8ca3980078fc5371100 /src/tls_wrap.h
parent5e4e8ec429381a8d1eebe31647e9daaaae42c54b (diff)
downloadandroid-node-v8-c0281f1b30871d37584a0387dbe72ca4924d8587.tar.gz
android-node-v8-c0281f1b30871d37584a0387dbe72ca4924d8587.tar.bz2
android-node-v8-c0281f1b30871d37584a0387dbe72ca4924d8587.zip
build: fix include order for building on windows
fallout from the tls_wrap feature landing
Diffstat (limited to 'src/tls_wrap.h')
-rw-r--r--src/tls_wrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls_wrap.h b/src/tls_wrap.h
index b36a5b8d4a..be97fe3efc 100644
--- a/src/tls_wrap.h
+++ b/src/tls_wrap.h
@@ -22,12 +22,12 @@
#ifndef SRC_TLS_WRAP_H_
#define SRC_TLS_WRAP_H_
-#include <openssl/ssl.h>
-
#include "v8.h"
#include "stream_wrap.h"
#include "queue.h"
+#include <openssl/ssl.h>
+
namespace node {
// Forward-declarations