projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a811ae
)
Fix ADT/UniqueVector.h to resolve implicit dependency.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 24 Oct 2015 00:27:22 +0000
(
00:27
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 24 Oct 2015 00:27:22 +0000
(
00:27
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251165
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/UniqueVector.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/UniqueVector.h
b/include/llvm/ADT/UniqueVector.h
index a9cb2f5709eb2dc6cd5211aa1643ec7bc8aab8bd..e1ab4b56023f8eeb47bd40524a57f6a092480f71 100644
(file)
--- a/
include/llvm/ADT/UniqueVector.h
+++ b/
include/llvm/ADT/UniqueVector.h
@@
-11,6
+11,7
@@
#define LLVM_ADT_UNIQUEVECTOR_H
#include <cassert>
+#include <cstddef>
#include <map>
#include <vector>