mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
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…
x
Reference in New Issue
Block a user