diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/KeyMap.cxx | 1 | ||||
| -rw-r--r-- | src/Selection.cxx | 1 | ||||
| -rw-r--r-- | src/Style.cxx | 1 | 
3 files changed, 3 insertions, 0 deletions
| diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx index 37b0762d2..55f690f07 100644 --- a/src/KeyMap.cxx +++ b/src/KeyMap.cxx @@ -11,6 +11,7 @@  #include <string_view>  #include <vector>  #include <map> +#include <memory>  #include "Platform.h" 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" diff --git a/src/Style.cxx b/src/Style.cxx index 3f2447ddd..03f37449a 100644 --- a/src/Style.cxx +++ b/src/Style.cxx @@ -8,6 +8,7 @@  #include <stdexcept>  #include <string_view>  #include <vector> +#include <memory>  #include "Platform.h" | 
