From: Zachary Turner Date: Mon, 17 Sep 2018 22:04:56 +0000 (+0000) Subject: Add #include X-Git-Tag: llvmorg-8.0.0-rc1~8539 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50f6a9cee0241fbe9df3285d7692c01ca9716ccc;p=platform%2Fupstream%2Fllvm.git Add #include This should fix the broken builds on some bots. llvm-svn: 342420 --- diff --git a/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h b/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h index 380302e..14f1373 100644 --- a/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h +++ b/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h @@ -10,6 +10,7 @@ #ifndef LLVM_DEBUGINFO_PDB_IPDBENUMCHILDREN_H #define LLVM_DEBUGINFO_PDB_IPDBENUMCHILDREN_H +#include #include #include