commit | 38e6b86da0672d73293a928427d78b9b80ef5baf | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Jun 19 21:21:43 2013 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Jun 19 21:21:43 2013 +0000 |
tree | be0443b510ecc55ae3c4f8265e35687956b57a34 | |
parent | e20437df355c872d6facf51521f226896e14f6b7 [diff] [blame] |
Really fix the missing header :-( llvm-svn: 184355
diff --git a/llvm/tools/llvm-ar/Archive.h b/llvm/tools/llvm-ar/Archive.h index 6c7575a..0fe72f4 100644 --- a/llvm/tools/llvm-ar/Archive.h +++ b/llvm/tools/llvm-ar/Archive.h
@@ -23,7 +23,7 @@ #include "llvm/Support/TimeValue.h" #include <map> #include <set> -#include <vector.h> +#include <vector> namespace llvm { class MemoryBuffer;