diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h index 516233cd0594..167eb2da5ba0 100644 --- a/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h +++ b/llvm/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"