From aaa3eec6b170707b8169d0a4ccd6b6f9e06baf83 Mon Sep 17 00:00:00 2001 From: evgeny Date: Sat, 17 Sep 2016 14:43:01 +0300 Subject: replace import with include --- index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.cpp b/index.cpp index 4832400..92deba9 100755 --- a/index.cpp +++ b/index.cpp @@ -3,7 +3,7 @@ #include #include "iconvlite.h" -#import "vkext_flex.h" +#include "vkext_flex.h" using namespace v8; using namespace std; -- cgit v1.2.3