Skip to content

Commit f039213

Browse files
committed
[DebugInfo] Fix missing includes in two headers
Add include needed for DWARFContext to DwarfTransformer.h Add include needed for windows types like HRESULT to DIAUtils.h
1 parent 0205667 commit f039213

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "llvm/ADT/StringRef.h"
1313
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
14+
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
1415
#include "llvm/Support/Error.h"
1516

1617
namespace llvm {

llvm/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define LLVM_DEBUGINFO_PDB_DIA_DIAUTILS_H
1111

1212
#include "llvm/ADT/ArrayRef.h"
13+
#include "llvm/DebugInfo/PDB/DIA/DIASupport.h"
1314
#include "llvm/Support/ConvertUTF.h"
1415

1516
template <typename Obj>

0 commit comments

Comments
 (0)