aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/util.cpp
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-03-07 08:27:13 +0000
committerIngo Klöcker <[email protected]>2022-03-07 08:28:09 +0000
commit55861ba9ccc6b1087cb81acd93bed81fc0787208 (patch)
treeb986abcc9064577ac3d40bc34d33112dc394d40a /lang/qt/src/util.cpp
parentqt,doc: Remove comments about throwing exceptions (diff)
downloadgpgme-55861ba9ccc6b1087cb81acd93bed81fc0787208.tar.gz
gpgme-55861ba9ccc6b1087cb81acd93bed81fc0787208.zip
qt: Add missing include of config.h
* lang/qt/src/util.cpp: Include config.h. -- GnuPG-bug-id: 5871
Diffstat (limited to 'lang/qt/src/util.cpp')
-rw-r--r--lang/qt/src/util.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/qt/src/util.cpp b/lang/qt/src/util.cpp
index 3d10e2fe..81cdf077 100644
--- a/lang/qt/src/util.cpp
+++ b/lang/qt/src/util.cpp
@@ -31,6 +31,10 @@
your version.
*/
+#ifdef HAVE_CONFIG_H
+ #include "config.h"
+#endif
+
#include "util.h"
#include <QStringList>