We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a4155 commit 6b65cafCopy full SHA for 6b65caf
src/node_platform.cc
@@ -3,9 +3,9 @@
3
4
#include "env-inl.h"
5
#include "debug_utils.h"
6
-#include <algorithm>
7
-#include <cmath>
8
-#include <memory>
+#include <algorithm> // find_if(), find(), move()
+#include <cmath> // llround()
+#include <memory> // unique_ptr(), shared_ptr(), make_shared()
9
10
namespace node {
11
0 commit comments