From 5391bb62fb51386c5d0749fb87dc3f1011030b94 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 llvm-svn: 337318 --- llvm/lib/Demangle/Utility.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/lib/Demangle/Utility.h b/llvm/lib/Demangle/Utility.h index f764663..793021d 100644 --- a/llvm/lib/Demangle/Utility.h +++ b/llvm/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.7.4