We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d0070 commit fa6fd18Copy full SHA for fa6fd18
src/node_http2.cc
@@ -1,8 +1,8 @@
1
-#include "node_http2.h"
2
#include "aliased_buffer.h"
3
#include "debug_utils.h"
4
#include "node.h"
5
#include "node_buffer.h"
+#include "node_http2.h"
6
#include "node_http2_state.h"
7
#include "node_perf.h"
8
#include "util.h"
src/node_http2.h
@@ -3,7 +3,10 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+// FIXME(joyeecheung): nghttp2.h needs stdint.h to compile on Windows
+#include <stdint.h>
#include "nghttp2/nghttp2.h"
9
+
10
11
12
#include "stream_base-inl.h"
0 commit comments