From: Fangrui Song Date: Tue, 17 Jul 2018 19:50:41 +0000 (+0000) Subject: [Demangle] Add missing header files X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf121a0f05340c41a41b17f6f447cbb820bd00ec;p=llvm [Demangle] Add missing header files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337318 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Demangle/Utility.h b/lib/Demangle/Utility.h index f764663436d..793021d1d89 100644 --- a/lib/Demangle/Utility.h +++ b/lib/Demangle/Utility.h @@ -14,8 +14,10 @@ #include "StringView.h" +#include #include #include +#include #include // Stream that AST nodes write their string representation into after the AST