diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-12-06 20:14:11 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-12-06 20:14:11 +0200 |
| commit | 646ad2e8403d202ea513c1ff73e4a818418f47a0 (patch) | |
| tree | 99266c041cf89f1272e771a1a6f01105855b2a7d /lib | |
| parent | 030daeed5269be173cec2768124cfbc8059704ba (diff) | |
lib/utils: include fmt/xchar.h
Needed for 'join'
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/utils/mu-utils.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/mu-utils.hh b/lib/utils/mu-utils.hh index f3817f3..4e1da9c 100644 --- a/lib/utils/mu-utils.hh +++ b/lib/utils/mu-utils.hh @@ -43,6 +43,7 @@ #include <fmt/core.h> #include <fmt/chrono.h> #include <fmt/ostream.h> +#include <fmt/xchar.h> namespace Mu { |
