Really fix the missing header :-(
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 19 Jun 2013 21:21:43 +0000 (21:21 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 19 Jun 2013 21:21:43 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184355 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ar/Archive.h

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