(cherry picked from commit fc85460767c809f29556ff13b07d46245295d1ce)
This commit is contained in:
Cheng Zhao 2017-04-27 16:51:50 +09:00 коммит произвёл Aleksei Kuzmin
Родитель 69edd12b87
Коммит fc373faab1
5 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -59,6 +59,7 @@
#include "req_wrap-inl.h"
#include "string_bytes.h"
#include "tracing/agent.h"
#include "tracing/trace_event.h"
#include "util.h"
#include "uv.h"
#if NODE_USE_V8_PLATFORM

Просмотреть файл

@ -24,6 +24,7 @@
#include "base_object-inl.h"
#include "node_contextify.h"
#include "node_context_data.h"
#include "tracing/trace_event.h"
namespace node {
namespace contextify {

Просмотреть файл

@ -31,7 +31,6 @@
#include "env-inl.h"
#include "uv.h"
#include "v8.h"
#include "tracing/trace_event.h"
#include "node_perf_common.h"
#include "node_debug_options.h"
#include "node_api.h"

Просмотреть файл

@ -3,6 +3,8 @@
#include <vector>
#include "tracing/trace_event.h"
#ifdef __POSIX__
#include <sys/time.h> // gettimeofday
#endif

Просмотреть файл

@ -3,6 +3,7 @@
#include "env.h"
#include "env-inl.h"
#include "tracing/trace_event.h"
#include "util.h"
#include <algorithm>