diff options
author | Christian Sigg <csigg@google.com> | 2024-09-03 17:25:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 17:25:51 +0200 |
commit | 93857afc24abeeacdd58277b4ab32d38daa1e531 (patch) | |
tree | 1c20001656d78aef19eb1ccf08b978d0ba6bc864 /clang/unittests/Driver | |
parent | 86835d2d5a24ed00ed3747b77029c896ba935036 (diff) | |
download | llvm-93857afc24abeeacdd58277b4ab32d38daa1e531.zip llvm-93857afc24abeeacdd58277b4ab32d38daa1e531.tar.gz llvm-93857afc24abeeacdd58277b4ab32d38daa1e531.tar.bz2 |
[clang][Driver] Add missing include after 26bf0b4ae7df7f5350f71afd40a57cdf8f98c588.
https://github.com/llvm/llvm-project/commit/26bf0b4ae7df7f5350f71afd40a57cdf8f98c588
Diffstat (limited to 'clang/unittests/Driver')
-rw-r--r-- | clang/unittests/Driver/SimpleDiagnosticConsumer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Driver/SimpleDiagnosticConsumer.h b/clang/unittests/Driver/SimpleDiagnosticConsumer.h index 0e8d328..6515bde 100644 --- a/clang/unittests/Driver/SimpleDiagnosticConsumer.h +++ b/clang/unittests/Driver/SimpleDiagnosticConsumer.h @@ -13,6 +13,7 @@ #ifndef CLANG_UNITTESTS_SIMPLEDIAGNOSTICCONSUMER_H #define CLANG_UNITTESTS_SIMPLEDIAGNOSTICCONSUMER_H +#include "clang/Driver/Driver.h" #include "clang/Basic/Diagnostic.h" #include "llvm/ADT/SmallString.h" #include "llvm/Support/VirtualFileSystem.h" |