diff options
| author | cah <cth@carlh.net> | 2025-07-10 22:47:19 +0200 |
|---|---|---|
| committer | cah <cth@carlh.net> | 2025-07-10 22:47:19 +0200 |
| commit | 4be4e97abf911e7633172ada950d107a3ed28834 (patch) | |
| tree | c9deceb5f3684fa081db0613da88264732093fcb /src/lib/collator.cc | |
| parent | 727c1aa7da8b325dfa38c8443b1dd356acaf6ec3 (diff) | |
| parent | 42bde2d97039f6d0d645d83db90612d18ebf225a (diff) | |
Merge branch 'compose-to-fmt-take2'
This removes all uses of String::compose, replacing them with fmt and
updating the i18n strings where required.
Diffstat (limited to 'src/lib/collator.cc')
| -rw-r--r-- | src/lib/collator.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/collator.cc b/src/lib/collator.cc index 21e89fd78..7fc846ebe 100644 --- a/src/lib/collator.cc +++ b/src/lib/collator.cc @@ -29,6 +29,7 @@ #include <unicode/ustring.h> #include <fmt/format.h> #include <boost/scoped_array.hpp> +#include <algorithm> #include <cstring> #include <vector> |
