aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/savessyncrequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/savessyncrequest.h')
-rw-r--r--backends/cloud/savessyncrequest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/cloud/savessyncrequest.h b/backends/cloud/savessyncrequest.h
index 6e74688493..397a8cbcac 100644
--- a/backends/cloud/savessyncrequest.h
+++ b/backends/cloud/savessyncrequest.h
@@ -27,10 +27,11 @@
#include "backends/cloud/storage.h"
#include "common/hashmap.h"
#include "common/hash-str.h"
+#include "gui/object.h"
namespace Cloud {
-class SavesSyncRequest: public Networking::Request {
+class SavesSyncRequest: public Networking::Request, public GUI::CommandSender {
const uint32 INVALID_TIMESTAMP = UINT_MAX;
static const char *TIMESTAMPS_FILENAME;