From 4d68b93abacf78dae480a52e242a0644896e5101 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Tue, 13 Sep 2016 20:29:09 +0200 Subject: CLOUD: Switch to the new OSD API --- backends/cloud/dropbox/dropboxlistdirectoryrequest.cpp | 1 + backends/cloud/googledrive/googledrivestorage.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'backends/cloud') diff --git a/backends/cloud/dropbox/dropboxlistdirectoryrequest.cpp b/backends/cloud/dropbox/dropboxlistdirectoryrequest.cpp index 3c31ddba73..0b90ec6d2c 100644 --- a/backends/cloud/dropbox/dropboxlistdirectoryrequest.cpp +++ b/backends/cloud/dropbox/dropboxlistdirectoryrequest.cpp @@ -27,6 +27,7 @@ #include "backends/networking/curl/curljsonrequest.h" #include "backends/networking/curl/networkreadstream.h" #include "common/json.h" +#include "common/debug.h" namespace Cloud { namespace Dropbox { diff --git a/backends/cloud/googledrive/googledrivestorage.cpp b/backends/cloud/googledrive/googledrivestorage.cpp index f4a6fba10f..ec4c84400c 100644 --- a/backends/cloud/googledrive/googledrivestorage.cpp +++ b/backends/cloud/googledrive/googledrivestorage.cpp @@ -33,6 +33,7 @@ #include "common/config-manager.h" #include "common/debug.h" #include "common/json.h" +#include "common/debug.h" #include #ifdef ENABLE_RELEASE -- cgit v1.2.3