From aec833265cde60433a7d6da86268fcd25ab97707 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Sat, 12 Nov 2016 00:30:37 +0000 Subject: [PATCH] Add missing #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286691 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/FormatProviders.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.50.1