From cf121a0f05340c41a41b17f6f447cbb820bd00ec Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Tue, 17 Jul 2018 19:50:41 +0000 Subject: [PATCH] [Demangle] Add missing header files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337318 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Demangle/Utility.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1