Add missing include found by the bots.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 19 Jun 2013 21:20:41 +0000 (21:20 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 19 Jun 2013 21:20:41 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184354 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ar/Archive.h

index 232a5c23d2a488493dbad0c8495125235a7af226..6c7575a87d69b5dcfbeef3368fcf09aaebafc89e 100644 (file)
@@ -23,6 +23,7 @@
 #include "llvm/Support/TimeValue.h"
 #include <map>
 #include <set>
+#include <vector.h>
 
 namespace llvm {
   class MemoryBuffer;