summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-16 16:44:29 -0400
committerDavid Robillard <d@drobilla.net>2022-08-16 16:44:29 -0400
commit3e5cf3400273b0e4f8f96a3a87d2b9e57574eeec (patch)
treecee5b7cd84248dea488653ca874b40dd8b53c06d /src/AlsaDriver.cpp
parent66e0bb76b40311245b9c59e2f3167e4e98027eba (diff)
downloadpatchage-3e5cf3400273b0e4f8f96a3a87d2b9e57574eeec.tar.gz
patchage-3e5cf3400273b0e4f8f96a3a87d2b9e57574eeec.tar.bz2
patchage-3e5cf3400273b0e4f8f96a3a87d2b9e57574eeec.zip
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.
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp1
1 files changed, 0 insertions, 1 deletions
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 <fmt/core.h>
-#include <fmt/ostream.h> // IWYU pragma: keep
PATCHAGE_RESTORE_WARNINGS
#include <alsa/asoundlib.h>