diff options
Diffstat (limited to 'src/core/function/gpg/GpgUIDOperator.cpp')
-rw-r--r-- | src/core/function/gpg/GpgUIDOperator.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgUIDOperator.cpp b/src/core/function/gpg/GpgUIDOperator.cpp index 61e8c54c..2c0445b1 100644 --- a/src/core/function/gpg/GpgUIDOperator.cpp +++ b/src/core/function/gpg/GpgUIDOperator.cpp @@ -28,7 +28,9 @@ #include "GpgUIDOperator.h" -#include "boost/format.hpp" +#include <boost/format.hpp> + +#include "core/utils/GpgUtils.h" GpgFrontend::GpgUIDOperator::GpgUIDOperator(int channel) : SingletonFunctionObject<GpgUIDOperator>(channel) {} |