diff options
author | Saturneric <[email protected]> | 2023-10-24 09:31:10 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-10-24 09:31:10 +0000 |
commit | 0d0d588752d3d235efaa38296f79aeed4b84e20a (patch) | |
tree | 1566f491ef48fc40e9fb671c078e3d6eba0e71bf /src/core/GpgConstants.cpp | |
parent | feat: try to use GRT as a info exchange center of modules and ui (diff) | |
download | GpgFrontend-0d0d588752d3d235efaa38296f79aeed4b84e20a.tar.gz GpgFrontend-0d0d588752d3d235efaa38296f79aeed4b84e20a.zip |
fix: solve build issues on macOS
Diffstat (limited to 'src/core/GpgConstants.cpp')
-rw-r--r-- | src/core/GpgConstants.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/GpgConstants.cpp b/src/core/GpgConstants.cpp index ff6e0198..932b5f88 100644 --- a/src/core/GpgConstants.cpp +++ b/src/core/GpgConstants.cpp @@ -29,8 +29,9 @@ #include "core/GpgConstants.h" #include <boost/algorithm/string/predicate.hpp> +#include <sstream> -#include "function/FileOperator.h" +#include "core/function/FileOperator.h" const char* GpgFrontend::GpgConstants::PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----"; ///< |