Skip to content

Commit

Permalink
src: add missing include in node_platform.h
Browse files Browse the repository at this point in the history
PR-URL: #17133
Refs: #17083
Reviewed-By: Anatoli Papirovski <[email protected]>
  • Loading branch information
addaleax authored and MylesBorins committed Dec 11, 2017
1 parent e16d833 commit e900090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <queue>
#include <unordered_map>
#include <vector>
#include <functional>

#include "libplatform/libplatform.h"
#include "node.h"
Expand Down

0 comments on commit e900090

Please sign in to comment.