Skip to content

Commit 29d24db

Browse files
zcbenzcodebytere
authored andcommittedJun 9, 2020
src: add #include <string> in json_utils.h
When precompile headers are disabled this file would cause compilation errors due to #include <string> not included. PR-URL: #33332 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a029dca commit 29d24db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/json_utils.h

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <iomanip>
77
#include <ostream>
88
#include <limits>
9+
#include <string>
910

1011
namespace node {
1112

0 commit comments

Comments
 (0)
Please sign in to comment.