From 62ae41327d714aefc5bbc8bd90b90f16741f780c Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Tue, 1 Dec 2015 14:37:23 -0800 Subject: [PATCH] include JSBase --- src/js_init.h | 2 +- src/js_util.hpp | 2 +- src/rpc.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js_init.h b/src/js_init.h index 0c4ba01d..fdc70d1f 100644 --- a/src/js_init.h +++ b/src/js_init.h @@ -2,7 +2,7 @@ * Proprietary and Confidential */ -#import +#import #ifdef __cplusplus extern "C" { diff --git a/src/js_util.hpp b/src/js_util.hpp index 6967f80a..14ef431e 100644 --- a/src/js_util.hpp +++ b/src/js_util.hpp @@ -2,7 +2,7 @@ * Proprietary and Confidential */ -#include +#include #include #include #include "property.hpp" diff --git a/src/rpc.hpp b/src/rpc.hpp index 3ae47f01..be57c36a 100644 --- a/src/rpc.hpp +++ b/src/rpc.hpp @@ -5,7 +5,7 @@ #pragma once #import "json.hpp" -#import +#import namespace realm { class ObjectSchema;