summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-06-10 21:10:28 +0200
committerMax Kellermann <max@musicpd.org>2020-06-10 21:10:33 +0200
commit14412c867f00e54eb770398c9793f33415a5bf14 (patch)
treecac9ace4667ea1a798c42160e849d3b87643b95c /src/util
parentc5cc256bf2e40cc4b92ad331101bcfff525fda0c (diff)
add a few IWYU pragmas
Diffstat (limited to 'src/util')
-rw-r--r--src/util/StringFormat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/StringFormat.hxx b/src/util/StringFormat.hxx
index 723591c69..c761e8806 100644
--- a/src/util/StringFormat.hxx
+++ b/src/util/StringFormat.hxx
@@ -30,7 +30,7 @@
#ifndef STRING_FORMAT_HXX
#define STRING_FORMAT_HXX
-#include "StringBuffer.hxx"
+#include "StringBuffer.hxx" // IWYU pragma: export
#include <stdio.h>