[poppler] poppler/GPGMECryptoSignBackend.cc
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jun 9 14:41:06 UTC 2023
poppler/GPGMECryptoSignBackend.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f67c0187430b04b8f575686357a1669142e2949e
Author: Sune Vuorela <sune at vuorela.dk>
Date: Fri Jun 9 16:27:37 2023 +0200
Fix 32bit build.
Resolves !1402.
Thanks, Thomas
diff --git a/poppler/GPGMECryptoSignBackend.cc b/poppler/GPGMECryptoSignBackend.cc
index 1b7f1d5c..8f83a6ad 100644
--- a/poppler/GPGMECryptoSignBackend.cc
+++ b/poppler/GPGMECryptoSignBackend.cc
@@ -6,6 +6,7 @@
//
// Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <sune at vuorela.dk>
//========================================================================
+#include "config.h"
#include "GPGMECryptoSignBackend.h"
#include "DistinguishedNameParser.h"
#include <gpgme.h>
More information about the poppler
mailing list