Skip to content

Commit 5ee9c2c

Browse files
authored
[DebugInfo] Fix missing includes in two headers (#112766)
Add include needed for DWARFContext to DwarfTransformer.h Add include needed for windows types like HRESULT to DIAUtils.h
1 parent a4d6fe5 commit 5ee9c2c

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
@@ -10,6 +10,7 @@
1010
#define LLVM_DEBUGINFO_GSYM_DWARFTRANSFORMER_H
1111

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

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)