aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud
diff options
context:
space:
mode:
authorBastien Bouclet2016-09-13 20:29:09 +0200
committerBastien Bouclet2016-09-13 20:29:09 +0200
commit4d68b93abacf78dae480a52e242a0644896e5101 (patch)
tree9a507f6ef2a6a411166add54ed4458cb236770e6 /backends/cloud
parent521ba2cb8ac6cbe4240ad4da7ad44d13449e3943 (diff)
downloadscummvm-rg350-4d68b93abacf78dae480a52e242a0644896e5101.tar.gz
scummvm-rg350-4d68b93abacf78dae480a52e242a0644896e5101.tar.bz2
scummvm-rg350-4d68b93abacf78dae480a52e242a0644896e5101.zip
CLOUD: Switch to the new OSD API
Diffstat (limited to 'backends/cloud')
-rw-r--r--backends/cloud/dropbox/dropboxlistdirectoryrequest.cpp1
-rw-r--r--backends/cloud/googledrive/googledrivestorage.cpp1
2 files changed, 2 insertions, 0 deletions
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 <curl/curl.h>
#ifdef ENABLE_RELEASE