Skip to content

Commit

Permalink
sstring: include <fmt/format.h> before <fmt/ostream.h>
Browse files Browse the repository at this point in the history
in order to workaround fmtlib/fmt#3584 on impacted {fmt} versions.

Refs scylladb#2151
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Apr 3, 2024
1 parent b64eedc commit 11adf92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/seastar/core/sstring.hh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <ostream>
#include <functional>
#include <type_traits>
#include <fmt/format.h>
#include <fmt/ostream.h>
#endif
#include <seastar/util/std-compat.hh>
Expand Down

0 comments on commit 11adf92

Please sign in to comment.