aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/GpgConstants.cpp3
-rw-r--r--src/core/function/FileOperator.cpp2
2 files changed, 4 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-----"; ///<
diff --git a/src/core/function/FileOperator.cpp b/src/core/function/FileOperator.cpp
index f1cbe4df..c70036f5 100644
--- a/src/core/function/FileOperator.cpp
+++ b/src/core/function/FileOperator.cpp
@@ -28,6 +28,8 @@
#include "FileOperator.h"
+#include <sstream>
+
bool GpgFrontend::FileOperator::ReadFile(const QString& file_name,
QByteArray& data) {
QFile file(file_name);