From 63e8ba9bcf1d83422f56ae2454dbd7190c1e2a41 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 19 Jun 2013 21:21:43 +0000 Subject: [PATCH] Really fix the missing header :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184355 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ar/Archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1