From c31087a0aab296176f8a8c16369855edc79b8e06 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 31 May 2018 09:23:20 +1000 Subject: Backport: Allow std::unique_ptr to be used more widely. Backport of changeset 7008:1f95757fa242. --- src/KeyMap.cxx | 1 + src/Selection.cxx | 1 + src/Style.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'src') 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 #include #include +#include #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 #include #include +#include #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 #include +#include #include "Platform.h" -- cgit v1.2.3