Skip to content

Commit a988373

Browse files
author
Dmitry Chernenkov
committed
[clang] Fix include for 7ead2d8
clang/lib/CodeGen/MCDCState.h:33:11: error: no template named 'SmallVector' in namespace 'llvm' 33 | llvm::SmallVector<std::array<int, 2>> Indices; | ~~~~~~^
1 parent 69bc159 commit a988373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CodeGen/MCDCState.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#define LLVM_CLANG_LIB_CODEGEN_MCDCSTATE_H
1515

1616
#include "llvm/ADT/DenseMap.h"
17+
#include "llvm/ADT/SmallVector.h"
1718
#include "llvm/ProfileData/Coverage/MCDCTypes.h"
1819

1920
namespace clang {

0 commit comments

Comments
 (0)