From 21808b1037f64a8e9d41d325606556d4c2820673 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 16 Jul 2018 21:34:25 +0000 Subject: [PATCH] Add missing includes. llvm-svn: 337218 --- 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 14cf02b..62c0e74 100644 --- a/llvm/lib/Demangle/Utility.h +++ b/llvm/lib/Demangle/Utility.h @@ -12,7 +12,9 @@ #ifndef LLVM_DEMANGLE_UTILITY_H #define LLVM_DEMANGLE_UTILITY_H +#include #include +#include // Stream that AST nodes write their string representation into after the AST // has been parsed. -- 2.7.4