diff --git a/iwyu_driver.cc b/iwyu_driver.cc index 7406445..13c2c94 100644 --- a/iwyu_driver.cc +++ b/iwyu_driver.cc @@ -28,13 +28,13 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/MemoryBuffer.h" #include "clang/Basic/DiagnosticOptions.h" +#include "clang/Basic/DiagnosticFrontend.h" #include "clang/Driver/Compilation.h" #include "clang/Driver/Driver.h" #include "clang/Driver/Tool.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/CompilerInvocation.h" #include "clang/Frontend/FrontendAction.h" -#include "clang/Frontend/FrontendDiagnostic.h" // IWYU pragma: keep #include "clang/Frontend/TextDiagnosticPrinter.h" namespace llvm {