From: Zachary Turner Date: Sat, 12 Nov 2016 00:30:37 +0000 (+0000) Subject: Add missing #include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aec833265cde60433a7d6da86268fcd25ab97707;p=llvm Add missing #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286691 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/FormatProviders.h b/include/llvm/Support/FormatProviders.h index b33a7e01ec8..a65ea79033d 100644 --- a/include/llvm/Support/FormatProviders.h +++ b/include/llvm/Support/FormatProviders.h @@ -22,6 +22,7 @@ #include "llvm/Support/NativeFormatting.h" #include +#include namespace llvm { namespace detail {