Skip to content
Permalink
Browse files
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>
  • Loading branch information
zcbenz authored and codebytere committed Jun 9, 2020
1 parent a029dca commit 29d24db
Showing 1 changed file with 1 addition and 0 deletions.
@@ -6,6 +6,7 @@
#include <iomanip>
#include <ostream>
#include <limits>
#include <string>

namespace node {

0 comments on commit 29d24db

Please sign in to comment.