diff options
| -rw-r--r-- | llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h index 1171b7e1f76..bbe287f102d 100644 --- a/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h +++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h @@ -11,6 +11,7 @@ #define LLVM_DEBUGINFO_DWARF_DWARFOBJECT_H #include "llvm/DebugInfo/DWARF/DWARFSection.h" +#include "llvm/Object/ObjectFile.h" namespace llvm { // This is responsible for low level access to the object file. It |

