Skip to content

Commit 109c262

Browse files
committed
song, ...: more libfmt 12.2.0 fixups
Missing pieces from commit 88d5b52
1 parent 0b56673 commit 109c262

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/Mapper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "Main.hxx"
1818
#endif
1919

20-
#include <fmt/core.h>
20+
#include <fmt/format.h>
2121

2222
#include <cassert>
2323

src/db/plugins/upnp/UpnpDatabasePlugin.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "util/StringSplit.hxx"
2525
#include "config/Block.hxx"
2626

27-
#include <fmt/core.h>
27+
#include <fmt/format.h>
2828

2929
#include <cassert>
3030
#include <string>

src/song/LightSong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "LightSong.hxx"
55
#include "tag/Tag.hxx"
66

7-
#include <fmt/core.h>
7+
#include <fmt/format.h>
88

99
using std::string_view_literals::operator""sv;
1010

src/song/TagSongFilter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "tag/Tag.hxx"
99
#include "tag/Fallback.hxx"
1010

11-
#include <fmt/core.h>
11+
#include <fmt/format.h>
1212

1313
using std::string_view_literals::operator""sv;
1414

src/song/UriSongFilter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "Escape.hxx"
66
#include "LightSong.hxx"
77

8-
#include <fmt/core.h>
8+
#include <fmt/format.h>
99

1010
using std::string_view_literals::operator""sv;
1111

0 commit comments

Comments
 (0)