aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LineMarker.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-04-22 08:28:58 +1000
committerNeil <nyamatongwe@gmail.com>2017-04-22 08:28:58 +1000
commitaf243dd42dabdabd15a92a295d66f721e44dd473 (patch)
tree5d55455f18abb19d78113777c4340fc3ed89fee7 /src/LineMarker.cxx
parent596e7f91811d9d39853051e0dee691e490ce95e0 (diff)
downloadscintilla-mirror-af243dd42dabdabd15a92a295d66f721e44dd473.tar.gz
Include <memory> for std::unique_ptr.
Diffstat (limited to 'src/LineMarker.cxx')
-rw-r--r--src/LineMarker.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx
index e2de5d97e..6bb9f4e9a 100644
--- a/src/LineMarker.cxx
+++ b/src/LineMarker.cxx
@@ -11,6 +11,7 @@
#include <stdexcept>
#include <vector>
#include <map>
+#include <memory>
#include "Platform.h"