diff options
Diffstat (limited to 'src/ui/GpgFrontendUI.h')
-rw-r--r-- | src/ui/GpgFrontendUI.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index c5d80d01..01f82822 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -25,13 +25,17 @@ #ifndef GPGFRONTEND_GPGFRONTENDUI_H #define GPGFRONTEND_GPGFRONTENDUI_H -#include <GpgFrontend.h> +#include "GpgFrontend.h" #include <QtCore> #include <QtNetwork> #include <QtPrintSupport> #include <QtWidgets> +#undef LIBCONFIGXX_STATIC +#define LIBCONFIGXX_STATIC +#include <libconfig.h++> + /** * Resources File(s) Path Vars */ |