From: Rafael Espindola Date: Wed, 19 Jun 2013 21:20:41 +0000 (+0000) Subject: Add missing include found by the bots. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b167ba7f95cd58f304b733dda16fad5cfade877d;p=oota-llvm.git Add missing include found by the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184354 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-ar/Archive.h b/tools/llvm-ar/Archive.h index 232a5c23d2a..6c7575a87d6 100644 --- a/tools/llvm-ar/Archive.h +++ b/tools/llvm-ar/Archive.h @@ -23,6 +23,7 @@ #include "llvm/Support/TimeValue.h" #include #include +#include namespace llvm { class MemoryBuffer;