diff options
Diffstat (limited to 'src/ui/GpgFrontendUI.h')
-rw-r--r-- | src/ui/GpgFrontendUI.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index 90e15324..fd7b814a 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -36,8 +36,14 @@ #undef LIBCONFIGXX_STATIC #define LIBCONFIGXX_STATIC +#include <qt-aes/qaesencryption.h> + #include <libconfig.h++> +#ifdef SMTP_SUPPORT +#include <SmtpMime> +#endif + /** * Resources File(s) Path Vars */ |