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:
authorAnna Henningsen <anna@addaleax.net>2017-11-19 16:09:23 +0300
committerAnna Henningsen <anna@addaleax.net>2017-11-19 16:20:43 +0300
commitd61cd9d4fe4c434d689ae0553df24d538993f06b (patch)
tree6aed11b56fbe5f93a11d18632a0aa5073b852f2a /src/node_platform.h
parent5f720bebe799bdcc365a8908f77d87d60f7d34f9 (diff)
src: add missing include in node_platform.h
PR-URL: https://github.com/nodejs/node/pull/17133 Refs: https://github.com/nodejs/node/pull/17083 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'src/node_platform.h')
-rw-r--r--src/node_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_platform.h b/src/node_platform.h
index 9094b24c935..48301a05a11 100644
--- a/src/node_platform.h
+++ b/src/node_platform.h
@@ -4,6 +4,7 @@
#include <queue>
#include <unordered_map>
#include <vector>
+#include <functional>
#include "libplatform/libplatform.h"
#include "node.h"