Skip to content

Commit 63f6947

Browse files
danbevMylesBorins
authored andcommitted
src: make base64.h self-contained
This commit includes stdint.h (for uint8_t, uint32_t, and int8_t) to make it self-contained. PR-URL: #17177 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: Timothy Gu <[email protected]>
1 parent 0f727c0 commit 63f6947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base64.h

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "util.h"
77

88
#include <stddef.h>
9+
#include <stdint.h>
910

1011
namespace node {
1112
//// Base 64 ////

0 commit comments

Comments
 (0)