summaryrefslogtreecommitdiffstats
path: root/src/Configuration.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/Configuration.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/Configuration.cpp')
-rw-r--r--src/Configuration.cpp2
1 files changed, 2 insertions, 0 deletions
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 <utility>
#include <vector>
+// IWYU pragma: no_include <algorithm>
+
namespace patchage {
static const char* const port_type_names[N_PORT_TYPES] = {"JACK_AUDIO",