summaryrefslogtreecommitdiffstats
path: root/src/event_to_string.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-19 09:55:33 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 10:35:32 -0400
commit2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0 (patch)
treec45b6aef32816a2db969a9fcad684cc5906fdb50 /src/event_to_string.cpp
parenta58a86c262164945a3de2724dab50c6a4cc54241 (diff)
downloadpatchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.tar.gz
patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.tar.bz2
patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.zip
Clean up includes
Diffstat (limited to 'src/event_to_string.cpp')
-rw-r--r--src/event_to_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event_to_string.cpp b/src/event_to_string.cpp
index 159a863..366859a 100644
--- a/src/event_to_string.cpp
+++ b/src/event_to_string.cpp
@@ -15,7 +15,7 @@
PATCHAGE_DISABLE_FMT_WARNINGS
#include <fmt/core.h>
-#include <fmt/ostream.h>
+#include <fmt/ostream.h> // IWYU pragma: keep
PATCHAGE_RESTORE_WARNINGS
#include <boost/optional/optional.hpp>