summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llvm-ar/Archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-ar/Archive.h b/llvm/tools/llvm-ar/Archive.h
index 6c7575a87d6..0fe72f42053 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;
OpenPOWER on IntegriCloud