diff options
author | Ingo Klöcker <[email protected]> | 2022-03-07 08:27:13 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-03-07 08:28:09 +0000 |
commit | 55861ba9ccc6b1087cb81acd93bed81fc0787208 (patch) | |
tree | b986abcc9064577ac3d40bc34d33112dc394d40a /lang/qt/src/util.cpp | |
parent | qt,doc: Remove comments about throwing exceptions (diff) | |
download | gpgme-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.cpp | 4 |
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> |