aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-31 09:23:20 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-31 09:23:20 +1000
commitd77d42af4f0d64e85f2860804652d4a976f23e54 (patch)
treeeb8aadff2170ace2074af5e298c298f9ab60cc29 /src/Selection.cxx
parent3677788973daca0bcfe164b5b74a67877d6b83e1 (diff)
downloadscintilla-mirror-d77d42af4f0d64e85f2860804652d4a976f23e54.tar.gz
Allow std::unique_ptr to be used more widely.
Diffstat (limited to 'src/Selection.cxx')
-rw-r--r--src/Selection.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.cxx b/src/Selection.cxx
index 5396746a3..dbb3afc5c 100644
--- a/src/Selection.cxx
+++ b/src/Selection.cxx
@@ -12,6 +12,7 @@
#include <string_view>
#include <vector>
#include <algorithm>
+#include <memory>
#include "Platform.h"