From e8a76859c1abe9ceb709ee9d1c53bc7dfa55d646 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 20 Sep 2017 17:14:33 +0200 Subject: [PATCH] Include from code that connect to signal that uses it The new connection syntax will need that --- src/libsync/abstractnetworkjob.cpp | 1 + src/libsync/account.cpp | 1 + src/libsync/creds/httpcredentials.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/src/libsync/abstractnetworkjob.cpp b/src/libsync/abstractnetworkjob.cpp index f5f4b9d62..14f8b1dda 100644 --- a/src/libsync/abstractnetworkjob.cpp +++ b/src/libsync/abstractnetworkjob.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include "networkjobs.h" #include "account.h" diff --git a/src/libsync/account.cpp b/src/libsync/account.cpp index 61a99c065..589b8e5bd 100644 --- a/src/libsync/account.cpp +++ b/src/libsync/account.cpp @@ -32,6 +32,7 @@ #include #include #include +#include namespace OCC { diff --git a/src/libsync/creds/httpcredentials.cpp b/src/libsync/creds/httpcredentials.cpp index 54a73fbf2..a40890424 100644 --- a/src/libsync/creds/httpcredentials.cpp +++ b/src/libsync/creds/httpcredentials.cpp @@ -31,6 +31,7 @@ #include "syncengine.h" #include "creds/credentialscommon.h" #include "creds/httpcredentials.h" +#include using namespace QKeychain; -- 2.30.2