Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhimself65 <himself65@outlook.com>2020-03-20 11:23:02 +0300
committerMyles Borins <mylesborins@google.com>2020-03-26 20:58:58 +0300
commit94952b4ac88264ed86378e20cf0bbe627c180cae (patch)
treea5deae94a3ccc3d1001aa61e2beeda9bc2db725b /src/debug_utils.h
parente9e12b8f36db9b5f47989b1ff00867129a17bdce (diff)
src: enhance C++ sprintf utility
PR-URL: https://github.com/nodejs/node/pull/32385 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Diffstat (limited to 'src/debug_utils.h')
-rw-r--r--src/debug_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug_utils.h b/src/debug_utils.h
index b74bd87b9b8..ecc53b0c2b0 100644
--- a/src/debug_utils.h
+++ b/src/debug_utils.h
@@ -5,6 +5,7 @@
#include "async_wrap.h"
+#include <algorithm>
#include <sstream>
#include <string>