Skip to content

Commit

Permalink
src: make base64.h self-contained
Browse files Browse the repository at this point in the history
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 <anna@addaleax.net>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
  • Loading branch information
danbev authored and gibfahn committed Dec 20, 2017
1 parent bacbdc9 commit c602c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "util.h"

#include <stddef.h>
#include <stdint.h>

namespace node {
//// Base 64 ////
Expand Down

0 comments on commit c602c4c

Please sign in to comment.