diff options
author | saturneric <[email protected]> | 2023-11-07 07:57:28 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-11-07 07:57:28 +0000 |
commit | 4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e (patch) | |
tree | d5e09d3170922aa288877344a8a90905b0c02d62 /src/core/utils/GpgUtils.cpp | |
parent | refactor: remove CommonUtils at core (diff) | |
download | GpgFrontend-4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e.tar.gz GpgFrontend-4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e.zip |
refactor: separate typedef and impl
Diffstat (limited to 'src/core/utils/GpgUtils.cpp')
-rw-r--r-- | src/core/utils/GpgUtils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/utils/GpgUtils.cpp b/src/core/utils/GpgUtils.cpp index a8e15e31..287d06ba 100644 --- a/src/core/utils/GpgUtils.cpp +++ b/src/core/utils/GpgUtils.cpp @@ -28,6 +28,8 @@ #include "GpgUtils.h" +#include <boost/algorithm/string.hpp> + #include "core/utils/IOUtils.h" namespace GpgFrontend { |