From e20437df355c872d6facf51521f226896e14f6b7 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 19 Jun 2013 21:20:41 +0000 Subject: [PATCH] Add missing include found by the bots. llvm-svn: 184354 --- llvm/tools/llvm-ar/Archive.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/tools/llvm-ar/Archive.h b/llvm/tools/llvm-ar/Archive.h index 232a5c23d2a4..6c7575a87d69 100644 --- a/llvm/tools/llvm-ar/Archive.h +++ b/llvm/tools/llvm-ar/Archive.h @@ -23,6 +23,7 @@ #include "llvm/Support/TimeValue.h" #include #include +#include namespace llvm { class MemoryBuffer;