summaryrefslogtreecommitdiff
path: root/src/lib/collator.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-23 21:53:32 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-26 00:27:08 +0100
commit8caf013a9b8d709ed7c3d5e9febee0067e6fcf1f (patch)
tree40da87cb357e8b1c54a1464bdbac2d014640e30c /src/lib/collator.cc
parentcec6ff92aef45c687085ecfc1059004407c18c57 (diff)
Replace String::compose with fmt::format().
Diffstat (limited to 'src/lib/collator.cc')
-rw-r--r--src/lib/collator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/collator.cc b/src/lib/collator.cc
index 8de1857ab..08d5bb2ae 100644
--- a/src/lib/collator.cc
+++ b/src/lib/collator.cc
@@ -27,6 +27,7 @@
#include <unicode/utypes.h>
#include <unicode/usearch.h>
#include <unicode/ustring.h>
+#include <boost/algorithm/string.hpp>
#include <boost/scoped_array.hpp>
#include <cstring>
#include <vector>