From 3e5cf3400273b0e4f8f96a3a87d2b9e57574eeec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Aug 2022 16:44:29 -0400 Subject: Upgrade to fmt 9.0.0 This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future. --- src/AlsaDriver.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/AlsaDriver.cpp') diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index fbe7779..ee52aed 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -17,7 +17,6 @@ PATCHAGE_DISABLE_FMT_WARNINGS #include -#include // IWYU pragma: keep PATCHAGE_RESTORE_WARNINGS #include -- cgit v1.2.1