Skip to content

Commit

Permalink
src: add #include <string> in json_utils.h
Browse files Browse the repository at this point in the history
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.
1 change: 1 addition & 0 deletions src/json_utils.h
Expand Up @@ -6,6 +6,7 @@
#include <iomanip>
#include <ostream>
#include <limits>
#include <string>

namespace node {

Expand Down

0 comments on commit 29d24db

Please sign in to comment.