From: Rafael Espindola Date: Wed, 19 Jun 2013 21:21:43 +0000 (+0000) Subject: Really fix the missing header :-( X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=63e8ba9bcf1d83422f56ae2454dbd7190c1e2a41;p=oota-llvm.git Really fix the missing header :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184355 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-ar/Archive.h b/tools/llvm-ar/Archive.h index 6c7575a87d6..0fe72f42053 100644 --- a/tools/llvm-ar/Archive.h +++ b/tools/llvm-ar/Archive.h @@ -23,7 +23,7 @@ #include "llvm/Support/TimeValue.h" #include #include -#include +#include namespace llvm { class MemoryBuffer;