Fix compilation warnings caused by chrome44 update

This commit is contained in:
Cheng Zhao 2015-08-11 10:08:34 +08:00
parent 4337c07425
commit 7423c89968
2 changed files with 3 additions and 2 deletions

View file

@ -5,11 +5,12 @@
#include "atom/app/node_main.h"
#include "atom/browser/javascript_environment.h"
#include "atom/common/node_includes.h"
#include "gin/array_buffer.h"
#include "gin/public/isolate_holder.h"
#include "gin/v8_initializer.h"
#include "atom/common/node_includes.h"
namespace atom {
int NodeMain(int argc, char *argv[]) {