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:
891481f
)
Fix missing include
author
Alexey Samsonov
<samsonov@google.com>
Fri, 25 Apr 2014 21:42:35 +0000
(21:42 +0000)
committer
Alexey Samsonov
<samsonov@google.com>
Fri, 25 Apr 2014 21:42:35 +0000
(21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207278
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/DebugInfo/DWARFDebugAranges.h
patch
|
blob
|
history
diff --git
a/lib/DebugInfo/DWARFDebugAranges.h
b/lib/DebugInfo/DWARFDebugAranges.h
index 46b8bba6f4c715bb0d1a2fe954682c27add6f05e..de96d7fb8198293a7611f56ab575bf877e73a734 100644
(file)
--- a/
lib/DebugInfo/DWARFDebugAranges.h
+++ b/
lib/DebugInfo/DWARFDebugAranges.h
@@
-12,6
+12,7
@@
#include "llvm/ADT/DenseSet.h"
#include "llvm/Support/DataExtractor.h"
+#include <vector>
namespace llvm {