diff options
Diffstat (limited to 'src/ui/GpgFrontendUI.h')
-rw-r--r-- | src/ui/GpgFrontendUI.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index 01f82822..90e15324 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -25,13 +25,15 @@ #ifndef GPGFRONTEND_GPGFRONTENDUI_H #define GPGFRONTEND_GPGFRONTENDUI_H -#include "GpgFrontend.h" - #include <QtCore> #include <QtNetwork> #include <QtPrintSupport> #include <QtWidgets> +#include "GpgFrontend.h" +#include "gpg/GpgConstants.h" +#include "gpg/GpgModel.h" + #undef LIBCONFIGXX_STATIC #define LIBCONFIGXX_STATIC #include <libconfig.h++> |