diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-03-14 09:31:13 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-03-14 13:41:20 +0000 |
| commit | 3a699c8ac38b7bf22c586ef06312f2360a054f86 (patch) | |
| tree | 151504deec0505dbd2da0028c3c457c631ff3796 /src | |
| parent | 22109ce677cfff597ee1462d8b3a042b054ba833 (diff) | |
Include tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/highlighters.cc | 1 | ||||
| -rw-r--r-- | src/option_manager.hh | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/highlighters.cc b/src/highlighters.cc index 871d549c..11d13adc 100644 --- a/src/highlighters.cc +++ b/src/highlighters.cc @@ -12,6 +12,7 @@ #include "option_types.hh" #include "parameters_parser.hh" #include "register_manager.hh" +#include "regex.hh" #include "string.hh" #include "window.hh" #include "utf8.hh" diff --git a/src/option_manager.hh b/src/option_manager.hh index 5cc39e92..4824f88c 100644 --- a/src/option_manager.hh +++ b/src/option_manager.hh @@ -6,9 +6,10 @@ #include "exception.hh" #include "flags.hh" #include "option_types.hh" -#include "regex.hh" #include "vector.hh" +#include <memory> + namespace Kakoune { |
