aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/KeyMap.cxx1
-rw-r--r--src/Selection.cxx1
-rw-r--r--src/Style.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx
index ee76ff052..7587ef03f 100644
--- a/src/KeyMap.cxx
+++ b/src/KeyMap.cxx
@@ -10,6 +10,7 @@
#include <stdexcept>
#include <vector>
#include <map>
+#include <memory>
#include "Platform.h"
diff --git a/src/Selection.cxx b/src/Selection.cxx
index 92a34f7da..c8c567fcb 100644
--- a/src/Selection.cxx
+++ b/src/Selection.cxx
@@ -11,6 +11,7 @@
#include <stdexcept>
#include <vector>
#include <algorithm>
+#include <memory>
#include "Platform.h"
diff --git a/src/Style.cxx b/src/Style.cxx
index af09ac10f..54f489c48 100644
--- a/src/Style.cxx
+++ b/src/Style.cxx
@@ -7,6 +7,7 @@
#include <stdexcept>
#include <vector>
+#include <memory>
#include "Platform.h"