diff options
| author | Maxime Coste <mawww@kakoune.org> | 2025-04-02 17:45:11 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2025-04-02 17:45:11 +1100 |
| commit | 424a7ee8aaaa5ac23355bcabcebf485e6a63c9c3 (patch) | |
| tree | 2fa83399ec7fa40764f8c03d87fb0dfba9cc6ba9 /src/regex_impl.cc | |
| parent | 63efcc06d5bee7f05a1ee9539b2391c80e5d6205 (diff) | |
Reduce include creep
Diffstat (limited to 'src/regex_impl.cc')
| -rw-r--r-- | src/regex_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex_impl.cc b/src/regex_impl.cc index 0789ef6d..dd900125 100644 --- a/src/regex_impl.cc +++ b/src/regex_impl.cc @@ -6,6 +6,7 @@ #include "utf8.hh" #include "utf8_iterator.hh" #include "format.hh" +#include "optional.hh" #include "vector.hh" #include "utils.hh" #include "ranges.hh" |
