include JSBase
This commit is contained in:
parent
5b06c41163
commit
62ae41327d
|
@ -2,7 +2,7 @@
|
||||||
* Proprietary and Confidential
|
* Proprietary and Confidential
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import <JavaScriptCore/JavaScriptCore.h>
|
#import <JavaScriptCore/JSBase.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Proprietary and Confidential
|
* Proprietary and Confidential
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <JavaScriptCore/JavaScriptCore.h>
|
#include <JavaScriptCore/JSBase.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include "property.hpp"
|
#include "property.hpp"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#import "json.hpp"
|
#import "json.hpp"
|
||||||
#import <JavaScriptCore/JavaScriptCore.h>
|
#import <JavaScriptCore/JSBase.h>
|
||||||
|
|
||||||
namespace realm {
|
namespace realm {
|
||||||
class ObjectSchema;
|
class ObjectSchema;
|
||||||
|
|
Loading…
Reference in New Issue