From a16cd7d42d2c04b6a2e970dc1dbc4aebabfcfee4 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 8 Mar 2016 12:05:19 -0800 Subject: [PATCH] Add async_query.hpp to the project --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a11820e7..0fa896f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,6 +24,7 @@ set(HEADERS results.hpp schema.hpp shared_realm.hpp + impl/async_query.hpp impl/background_collection.hpp impl/external_commit_helper.hpp impl/list_notifier.hpp