]> granicus.if.org Git - llvm/commitdiff
Add a missing include found by modules bot.
authorPaul Robinson <paul.robinson@sony.com>
Wed, 22 Nov 2017 20:31:39 +0000 (20:31 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Wed, 22 Nov 2017 20:31:39 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318873 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/DWARF/DWARFObject.h

index 516233cd0594e75386505259e0a5836ade0bc6a1..167eb2da5ba04eebd53e425d72ad3716f9de9af2 100644 (file)
@@ -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"