From: Zachary Turner Date: Mon, 16 Jul 2018 21:34:25 +0000 (+0000) Subject: Add missing includes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d554de1ec8dd6bcd5244a9496e31bfd478cf8456;p=llvm Add missing includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Demangle/Utility.h b/lib/Demangle/Utility.h index 14cf02bf3e8..62c0e7430a5 100644 --- a/lib/Demangle/Utility.h +++ b/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.