diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg/GpgModel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg/GpgModel.h b/src/gpg/GpgModel.h index 88241c23..f9851f1e 100644 --- a/src/gpg/GpgModel.h +++ b/src/gpg/GpgModel.h @@ -28,6 +28,8 @@ #include "gpg/model/GpgData.h" #include "gpg/model/GpgKey.h" +#include <list> + namespace GpgFrontend { using KeyIdArgsListPtr = std::unique_ptr<std::vector<std::string>>; |