diff --git a/src/main.cpp b/src/main.cpp index f73ae9c..321ccfe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,7 +7,9 @@ #include #include -#include "CLI/CLI.hpp" +// Details about the IWYU pragma below can be found at +// https://clangd.llvm.org/guides/include-cleaner#unused-include-warning +#include "CLI/CLI.hpp" // IWYU pragma: keep #include "Parser.hpp" #include "Scanner.hpp" #include "Version.hpp"