diff --git a/list.cpp b/list.cpp index 1cbf1477..fdad3bac 100644 --- a/list.cpp +++ b/list.cpp @@ -17,7 +17,8 @@ //////////////////////////////////////////////////////////////////////////// #include "list.hpp" -#import + +#include using namespace realm; diff --git a/list.hpp b/list.hpp index 54bbed41..0b751728 100644 --- a/list.hpp +++ b/list.hpp @@ -19,8 +19,8 @@ #ifndef REALM_LIST_HPP #define REALM_LIST_HPP -#import "shared_realm.hpp" -#import +#include "shared_realm.hpp" +#include namespace realm { class List {