We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0205667 commit f039213Copy full SHA for f039213
llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
@@ -11,6 +11,7 @@
11
12
#include "llvm/ADT/StringRef.h"
13
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
14
+#include "llvm/DebugInfo/DWARF/DWARFContext.h"
15
#include "llvm/Support/Error.h"
16
17
namespace llvm {
llvm/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h
@@ -10,6 +10,7 @@
10
#define LLVM_DEBUGINFO_PDB_DIA_DIAUTILS_H
#include "llvm/ADT/ArrayRef.h"
+#include "llvm/DebugInfo/PDB/DIA/DIASupport.h"
#include "llvm/Support/ConvertUTF.h"
template <typename Obj>
0 commit comments