diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-10-09 22:12:42 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-10-10 10:52:32 +0800 |
| commit | 6ada6e6d773982282031afa43b150299d1fbec87 (patch) | |
| tree | 3335421a15180fec052657d4128a86dd51050262 /src/ranked_match.cc | |
| parent | d1b9c24afcb18f95169f55fd51fbe03a7a27aff3 (diff) | |
Move all non-core string code to string_utils.{hh,cc}
Diffstat (limited to 'src/ranked_match.cc')
| -rw-r--r-- | src/ranked_match.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ranked_match.cc b/src/ranked_match.cc index 2bfb8d8b..15d84195 100644 --- a/src/ranked_match.cc +++ b/src/ranked_match.cc @@ -3,6 +3,7 @@ #include "flags.hh" #include "unit_tests.hh" #include "utf8_iterator.hh" +#include "optional.hh" #include <algorithm> |
