Skip to content

Commit 93857af

Browse files
authored
[clang][Driver] Add missing include after 26bf0b4.
llvm@26bf0b4
1 parent 86835d2 commit 93857af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/unittests/Driver/SimpleDiagnosticConsumer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef CLANG_UNITTESTS_SIMPLEDIAGNOSTICCONSUMER_H
1414
#define CLANG_UNITTESTS_SIMPLEDIAGNOSTICCONSUMER_H
1515

16+
#include "clang/Driver/Driver.h"
1617
#include "clang/Basic/Diagnostic.h"
1718
#include "llvm/ADT/SmallString.h"
1819
#include "llvm/Support/VirtualFileSystem.h"

0 commit comments

Comments
 (0)