projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93b678
)
[Tests] Add missing include (NFC)
author
Nikita Popov
<nikita.ppv@gmail.com>
Thu, 3 Jun 2021 16:58:29 +0000
(18:58 +0200)
committer
Nikita Popov
<nikita.ppv@gmail.com>
Thu, 3 Jun 2021 16:58:29 +0000
(18:58 +0200)
Fix one more missing include in a unit test after
983565a6fe4a9f40c7caf82b65c650c20dbcc104
.
llvm/unittests/Support/TypeTraitsTest.cpp
patch
|
blob
|
history
diff --git
a/llvm/unittests/Support/TypeTraitsTest.cpp
b/llvm/unittests/Support/TypeTraitsTest.cpp
index bd21343700196f227dea9815de68e9ed45d5825e..734e50afa2db35193c6414e379ea9febe803aaad 100644
(file)
--- a/
llvm/unittests/Support/TypeTraitsTest.cpp
+++ b/
llvm/unittests/Support/TypeTraitsTest.cpp
@@
-6,6
+6,7
@@
//
//===----------------------------------------------------------------------===//
+#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/FunctionExtras.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/PointerIntPair.h"