Skip to content

Commit 5e5aa0b

Browse files
zcbenzcodebytere
authored andcommitted
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 <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7aa581f commit 5e5aa0b

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)