forked from OSchip/llvm-project
Add a missing include found by modules bot.
llvm-svn: 318873
This commit is contained in:
parent
dcb4b8fbc1
commit
920c60408b
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue