summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/widgets/tab.cpp2
-rw-r--r--src/utils/sha256.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/tab.cpp b/src/gui/widgets/tab.cpp
index 4bb85946..990c6a95 100644
--- a/src/gui/widgets/tab.cpp
+++ b/src/gui/widgets/tab.cpp
@@ -21,6 +21,8 @@
* $Id$
*/
+#include <algorithm>
+
#include "tab.h"
#include "tabbedarea.h"
diff --git a/src/utils/sha256.cpp b/src/utils/sha256.cpp
index 0cedcc89..209d4f96 100644
--- a/src/utils/sha256.cpp
+++ b/src/utils/sha256.cpp
@@ -71,6 +71,7 @@
*/
#include "sha256.h"
+#include <memory.h>
#ifdef HAS_STDINT
#include <stdint.h>