Skip to content

Commit 9926bd8

Browse files
committed
Fix internationalisation
fmt::format requires fmt/format.h not fmt/core.h as of libfmt version 11 Fixes 8bf4c48
1 parent 84063a0 commit 9926bd8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/wcm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "utils.hpp"
33

44
#include <filesystem>
5-
#include <fmt/core.h>
5+
#include <fmt/format.h>
66
#include <libevdev/libevdev.h>
77
#include <libintl.h>
88
#include <wayfire/config/compound-option.hpp>

src/wcm.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#include <gdk/gdkwayland.h>
3232
#include <gtkmm.h>
3333
#include <iostream>
34-
#include <fmt/core.h>
3534
#include <libintl.h>
3635
#include <variant>
3736
#include <vector>

0 commit comments

Comments
 (0)