summaryrefslogtreecommitdiff
path: root/src/combine.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-23 16:30:01 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-23 17:35:02 +0100
commit52d807654169d6443909c1d5dd20a155801faa26 (patch)
tree727774d21ea1f4b54ccd61a09127894cb8d572ef /src/combine.cc
parenta6ccc587277b848b4a60c07456b11eb1b076d181 (diff)
Remove String::compose and use fmt instead.
Diffstat (limited to 'src/combine.cc')
-rw-r--r--src/combine.cc2
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>