summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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;