From cb7360c6a3ab8d9966b7042941f53290f5d5e2b4 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Wed, 9 Sep 2015 17:16:32 -0700 Subject: [PATCH] use latest object store changes --- object_store.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/object_store.hpp b/object_store.hpp index f38524f8..3908077a 100644 --- a/object_store.hpp +++ b/object_store.hpp @@ -19,6 +19,7 @@ #ifndef REALM_OBJECT_STORE_HPP #define REALM_OBJECT_STORE_HPP +#include "schema.hpp" #include "object_schema.hpp" #include "property.hpp"