summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-19 21:21:43 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-19 21:21:43 +0000
commit63e8ba9bcf1d83422f56ae2454dbd7190c1e2a41 (patch)
tree60d920d80b322a3acc7a727be3244dd0c052394d /tools
parentb167ba7f95cd58f304b733dda16fad5cfade877d (diff)
downloadllvm-63e8ba9bcf1d83422f56ae2454dbd7190c1e2a41.tar.gz
llvm-63e8ba9bcf1d83422f56ae2454dbd7190c1e2a41.tar.bz2
llvm-63e8ba9bcf1d83422f56ae2454dbd7190c1e2a41.tar.xz
Really fix the missing header :-(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvm-ar/Archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ar/Archive.h b/tools/llvm-ar/Archive.h
index 6c7575a87d..0fe72f4205 100644
--- a/tools/llvm-ar/Archive.h
+++ b/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;