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 724c2aa commit 0ded75cCopy full SHA for 0ded75c
llvm/include/llvm/ProfileData/InstrProfCorrelator.h
@@ -13,6 +13,7 @@
13
#define LLVM_PROFILEDATA_INSTRPROFCORRELATOR_H
14
15
#include "llvm/ADT/DenseSet.h"
16
+#include "llvm/DebugInfo/DWARF/DWARFContext.h"
17
#include "llvm/Debuginfod/BuildIDFetcher.h"
18
#include "llvm/Object/BuildID.h"
19
#include "llvm/ProfileData/InstrProf.h"
@@ -24,7 +25,6 @@
24
25
#include <vector>
26
27
namespace llvm {
-class DWARFContext;
28
class DWARFDie;
29
namespace object {
30
class ObjectFile;
0 commit comments