fix: adapt to fmt 9.0.0 breaking changes

This commit is contained in:
Aleksei Bavshin
2022-07-11 22:52:33 -07:00
parent 84e7689521
commit 24a8332b62
5 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,5 @@
#include "modules/sni/host.hpp"
#include <fmt/ostream.h>
#include <spdlog/spdlog.h>
namespace waybar::modules::SNI {

View File

@ -1,6 +1,5 @@
#include "modules/sway/bar.hpp"
#include <fmt/ostream.h>
#include <spdlog/spdlog.h>
#include <sstream>