summaryrefslogtreecommitdiff
path: root/src/node_http2.h
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-02-17 10:53:47 +0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-27 05:35:53 +0100
commit8137668c531935c58347cd8e78147d3a9d3cc339 (patch)
tree68a560138be9cfe9325e46aebbaab3d1f607347e /src/node_http2.h
parent42551909f7c20d6b4c4c6e28695958729177455d (diff)
downloadandroid-node-v8-8137668c531935c58347cd8e78147d3a9d3cc339.tar.gz
android-node-v8-8137668c531935c58347cd8e78147d3a9d3cc339.tar.bz2
android-node-v8-8137668c531935c58347cd8e78147d3a9d3cc339.zip
src: apply clang-tidy rule modernize-deprecated-headers
PR-URL: https://github.com/nodejs/node/pull/26159 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index aa953667fa..9065718c60 100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
@@ -4,7 +4,7 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
// FIXME(joyeecheung): nghttp2.h needs stdint.h to compile on Windows
-#include <stdint.h>
+#include <cstdint>
#include "nghttp2/nghttp2.h"
#include "node_http2_state.h"