Use node::NodePlatform instead of v8::platform in atom::NodeDebugger

This commit is contained in:
Aleksei Kuzmin 2017-11-03 12:01:34 +03:00 committed by Cheng Zhao
parent ad732b45d2
commit 1cf95d2a26
3 changed files with 7 additions and 6 deletions

View file

@ -31,5 +31,6 @@
#include "vendor/node/src/node_buffer.h"
#include "vendor/node/src/node_debug_options.h"
#include "vendor/node/src/node_internals.h"
#include "vendor/node/src/node_platform.h"
#endif // ATOM_COMMON_NODE_INCLUDES_H_