[Pkg-owncloud-commits] [owncloud-client] 94/103: Add missing include

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Apr 30 18:09:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 1b8d11182b25bc8c41d39dece61cd924660e0c25
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Apr 29 16:04:21 2014 +0200

    Add missing include
    
    This was required so the compiler sees the declaration of
    CredentialsFactory::create which should be exported
---
 src/creds/credentialsfactory.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/creds/credentialsfactory.cpp b/src/creds/credentialsfactory.cpp
index 41eccae..83f9711 100644
--- a/src/creds/credentialsfactory.cpp
+++ b/src/creds/credentialsfactory.cpp
@@ -13,6 +13,7 @@
 
 #include <QString>
 
+#include "creds/credentialsfactory.h"
 #ifdef TOKEN_AUTH_ONLY
 #include "creds/tokencredentials.h"
 #else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list