From 0a9d95dfc9ef2c7e822257cc7b256cdd24d4a0d3 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Mon, 4 Jun 2018 13:54:51 +0300 Subject: Include mtxclient in the build --- src/MatrixClient.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/MatrixClient.cc') diff --git a/src/MatrixClient.cc b/src/MatrixClient.cc index a9720d10..c4eaf347 100644 --- a/src/MatrixClient.cc +++ b/src/MatrixClient.cc @@ -32,6 +32,7 @@ #include #include "MatrixClient.h" +#include namespace { std::unique_ptr instance_ = nullptr; @@ -39,6 +40,8 @@ std::unique_ptr instance_ = nullptr; namespace http { +std::shared_ptr client_ = nullptr; + void init() { -- cgit 1.5.1