From: Zachary Turner Date: Mon, 17 Dec 2018 16:42:26 +0000 (+0000) Subject: Add missing include file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=785589d4997fd6d9881b60874fed6e2b891cfebd;p=llvm Add missing include file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349363 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Demangle/MicrosoftDemangleNodes.cpp b/lib/Demangle/MicrosoftDemangleNodes.cpp index 930c838753a..a588dca5b7b 100644 --- a/lib/Demangle/MicrosoftDemangleNodes.cpp +++ b/lib/Demangle/MicrosoftDemangleNodes.cpp @@ -15,6 +15,7 @@ #include "llvm/Demangle/Compiler.h" #include "llvm/Demangle/Utility.h" #include +#include using namespace llvm; using namespace ms_demangle;