diff options
author | saturneric <[email protected]> | 2025-04-17 20:56:38 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 20:56:38 +0000 |
commit | 8b17b911711d250f09fe81c7fe5ee380d252b919 (patch) | |
tree | 2776949e4f0d0c05dee6d65149ffb5ff635da7ec /src/ui | |
parent | fix: issues found on linux platform (diff) | |
download | GpgFrontend-8b17b911711d250f09fe81c7fe5ee380d252b919.tar.gz GpgFrontend-8b17b911711d250f09fe81c7fe5ee380d252b919.zip |
fix: qt5 build issues
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/dialog/import_export/KeyServerImportDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/import_export/KeyServerImportDialog.cpp b/src/ui/dialog/import_export/KeyServerImportDialog.cpp index 37ca5a3d..60debabd 100644 --- a/src/ui/dialog/import_export/KeyServerImportDialog.cpp +++ b/src/ui/dialog/import_export/KeyServerImportDialog.cpp @@ -30,6 +30,7 @@ #include "core/function/GlobalSettingStation.h" #include "core/function/gpg/GpgKeyImportExporter.h" +#include "core/model/GpgImportInformation.h" #include "core/model/SettingsObject.h" #include "ui/UISignalStation.h" #include "ui/struct/settings_object/KeyServerSO.h" |