Fix missing include
authorAlexey Samsonov <samsonov@google.com>
Fri, 25 Apr 2014 21:42:35 +0000 (21:42 +0000)
committerAlexey 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

index 46b8bba6f4c715bb0d1a2fe954682c27add6f05e..de96d7fb8198293a7611f56ab575bf877e73a734 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/Support/DataExtractor.h"
+#include <vector>
 
 namespace llvm {