diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-23 16:30:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-23 17:35:02 +0100 |
| commit | 52d807654169d6443909c1d5dd20a155801faa26 (patch) | |
| tree | 727774d21ea1f4b54ccd61a09127894cb8d572ef /src/combine.cc | |
| parent | a6ccc587277b848b4a60c07456b11eb1b076d181 (diff) | |
Remove String::compose and use fmt instead.
Diffstat (limited to 'src/combine.cc')
| -rw-r--r-- | src/combine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combine.cc b/src/combine.cc index 3320aab2..a609a23e 100644 --- a/src/combine.cc +++ b/src/combine.cc @@ -46,7 +46,7 @@ #include "filesystem.h" #include "font_asset.h" #include "interop_text_asset.h" -#include <fmt/core.h> +#include <fmt/format.h> #include <boost/filesystem.hpp> #include <set> #include <string> |
