From: Paul Robinson Date: Wed, 22 Nov 2017 20:31:39 +0000 (+0000) Subject: Add a missing include found by modules bot. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=def4c6a7916223462516da7071bae626efb2bbd4;p=llvm Add a missing include found by modules bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318873 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/DWARF/DWARFObject.h b/include/llvm/DebugInfo/DWARF/DWARFObject.h index 516233cd059..167eb2da5ba 100644 --- a/include/llvm/DebugInfo/DWARF/DWARFObject.h +++ b/include/llvm/DebugInfo/DWARF/DWARFObject.h @@ -10,6 +10,7 @@ #ifndef LLVM_DEBUGINFO_DWARF_DWARFOBJECT_H #define LLVM_DEBUGINFO_DWARF_DWARFOBJECT_H +#include "llvm/DebugInfo/DWARF/DWARFRelocMap.h" #include "llvm/DebugInfo/DWARF/DWARFSection.h" #include "llvm/Object/ObjectFile.h"