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
path: root/src/env.h
diff options
context:
space:
mode:
authorDavid Sanders <dsanders11@ucsbalum.com>2022-01-06 18:24:28 +0300
committerGitHub <noreply@github.com>2022-01-06 18:24:28 +0300
commit461313d6081dc9311b899fbcce438f2ffd7a1e45 (patch)
tree0fe7aa074fed80c8e2737d514f1584a8c1c96da4 /src/env.h
parent8dd0658e87272d7574abc5c803a10845182da382 (diff)
src: do IWYU for some STL includes
PR-URL: https://github.com/nodejs/node/pull/41236 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/env.h b/src/env.h
index 92c9d1d1404..dfb5155b9b8 100644
--- a/src/env.h
+++ b/src/env.h
@@ -48,8 +48,11 @@
#include <atomic>
#include <cstdint>
#include <functional>
-#include <iostream>
#include <list>
+#include <memory>
+#include <ostream>
+#include <set>
+#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>