aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/storage.h')
-rw-r--r--backends/cloud/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/cloud/storage.h b/backends/cloud/storage.h
index dcaa6af213..0949ff8505 100644
--- a/backends/cloud/storage.h
+++ b/backends/cloud/storage.h
@@ -26,6 +26,7 @@
#include "common/str.h"
#include "common/array.h"
#include "backends/cloud/request.h"
+#include "backends/cloud/curl/connectionmanager.h"
namespace Cloud {
@@ -35,6 +36,7 @@ class Storage {
protected:
Common::Array<Request *> _requests;
+ ConnectionManager _connectionManager;
virtual void addRequest(Request *request); //starts the timer if it's not started
virtual void handler();