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/Configuration.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Configuration.cpp') diff --git a/src/Configuration.cpp b/src/Configuration.cpp index fb53116..6490a88 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -18,6 +18,8 @@ #include #include +// IWYU pragma: no_include + namespace patchage { static const char* const port_type_names[N_PORT_TYPES] = {"JACK_AUDIO", -- cgit v1.2.1