diff options
Diffstat (limited to 'src/core/function/gpg/GpgKeyManager.h')
-rw-r--r-- | src/core/function/gpg/GpgKeyManager.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgKeyManager.h b/src/core/function/gpg/GpgKeyManager.h index c263032f..bf0f5c02 100644 --- a/src/core/function/gpg/GpgKeyManager.h +++ b/src/core/function/gpg/GpgKeyManager.h @@ -31,9 +31,13 @@ #include <functional> #include <utility> -#include "core/GpgModel.h" #include "core/function/basic/GpgFunctionObject.h" #include "core/function/gpg/GpgContext.h" +#include "core/typedef/GpgTypedef.h" + +namespace boost::posix_time { +class ptime; +} namespace GpgFrontend { |