aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevgeny <me@ch1p.com>2016-09-17 14:43:01 +0300
committerevgeny <me@ch1p.com>2016-09-17 14:43:01 +0300
commitaaa3eec6b170707b8169d0a4ccd6b6f9e06baf83 (patch)
treef5d84ce8908106f24f86f012f32c4c64a8e132e4
parent924145b3c576f8a7432c9e30d30b91dc3b46f3a8 (diff)
replace import with include
-rwxr-xr-xindex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cpp b/index.cpp
index 4832400..92deba9 100755
--- a/index.cpp
+++ b/index.cpp
@@ -3,7 +3,7 @@
#include <iostream>
#include "iconvlite.h"
-#import "vkext_flex.h"
+#include "vkext_flex.h"
using namespace v8;
using namespace std;