From: Olivier Goffart Date: Wed, 20 Sep 2017 15:14:33 +0000 (+0200) Subject: Include from code that connect to signal that uses it X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~701^2~67 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e8a76859c1abe9ceb709ee9d1c53bc7dfa55d646;p=nextcloud-desktop.git Include from code that connect to signal that uses it The new connection syntax will need that --- 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;