aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgUIDOperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/gpg/GpgUIDOperator.h')
-rw-r--r--src/core/function/gpg/GpgUIDOperator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/function/gpg/GpgUIDOperator.h b/src/core/function/gpg/GpgUIDOperator.h
index e5e2f190..0e222388 100644
--- a/src/core/function/gpg/GpgUIDOperator.h
+++ b/src/core/function/gpg/GpgUIDOperator.h
@@ -28,6 +28,7 @@
#pragma once
+#include "core/function/gpg/GpgAutomatonHandler.h"
#include "core/function/gpg/GpgContext.h"
#include "core/typedef/GpgTypedef.h"
@@ -100,6 +101,8 @@ class GPGFRONTEND_CORE_EXPORT GpgUIDOperator
private:
GpgContext& ctx_ =
GpgContext::GetInstance(SingletonFunctionObject::GetChannel()); ///<
+ GpgAutomatonHandler& auto_ = GpgAutomatonHandler::GetInstance(
+ SingletonFunctionObject::GetChannel()); ///<
};
} // namespace GpgFrontend