diff options
Diffstat (limited to 'lang/cpp/src/context_qt.cpp')
-rw-r--r-- | lang/cpp/src/context_qt.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/cpp/src/context_qt.cpp b/lang/cpp/src/context_qt.cpp index 2ce0005d..5d716c5d 100644 --- a/lang/cpp/src/context_qt.cpp +++ b/lang/cpp/src/context_qt.cpp @@ -20,6 +20,10 @@ Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + #include <global.h> extern "C" QIODevice *gpgme_get_fdptr(int); |