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