add a few IWYU pragmas

This commit is contained in:
Max Kellermann
2020-06-10 21:10:28 +02:00
parent c5cc256bf2
commit 14412c867f
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
#include "util/Compiler.h"
#include <forward_list>
#include <forward_list> // IWYU pragma: export
struct ConfigBlock;
class InputStream;