diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-28 13:28:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-28 13:28:19 +0100 |
| commit | 9ad90655025dbf420b01096028822471162e7820 (patch) | |
| tree | c0dd021675efd810050ba37cf4c1279c9777ff20 | |
| parent | cb5807f36990e63f2adc832c403912d41ab4345d (diff) | |
fixup! Remove String::compose and use fmt instead.fmt3
| -rw-r--r-- | src/combine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combine.h b/src/combine.h index bfeb0275..9ffabc59 100644 --- a/src/combine.h +++ b/src/combine.h @@ -39,7 +39,7 @@ #include "local_time.h" #include "version.h" -#include <fmt/core.h> +#include <fmt/format.h> #include <boost/filesystem.hpp> |
