[Pkg-gnupg-commit] [gpgme] 34/103: qt: Add a missing include <functional>

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Dec 14 18:53:01 UTC 2017


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

dkg pushed a commit to branch master
in repository gpgme.

commit 5e27bf98b4c48cf6a239bcc94b7b67515ff339e7
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed May 10 10:24:18 2017 +0200

    qt: Add a missing include <functional>
    
    * lang/qt/src/qgpgmenewcryptoconfig.cpp: Include functional.
    
    --
    This is intended to fix compilation against the c++ stdlib from
    Gentoo / GCC 7.
    
    Patch provided by Martin Väth.
    GnuPG-Bug-Id: T3151
---
 lang/qt/src/qgpgmenewcryptoconfig.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/qt/src/qgpgmenewcryptoconfig.cpp b/lang/qt/src/qgpgmenewcryptoconfig.cpp
index d413126..ba028a9 100644
--- a/lang/qt/src/qgpgmenewcryptoconfig.cpp
+++ b/lang/qt/src/qgpgmenewcryptoconfig.cpp
@@ -49,6 +49,7 @@
 
 #include <sstream>
 #include <string>
+#include <functional>
 #include <cassert>
 #include <functional>
 

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



More information about the Pkg-gnupg-commit mailing list