Skip to content

Commit

Permalink
[clang][Driver] Add missing include after 26bf0b4.
Browse files Browse the repository at this point in the history
  • Loading branch information
chsigg authored Sep 3, 2024
1 parent 86835d2 commit 93857af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/unittests/Driver/SimpleDiagnosticConsumer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93857af

Please sign in to comment.