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 19c8e43 commit f0f6d66Copy full SHA for f0f6d66
lld/COFF/TypeMerger.h
@@ -9,6 +9,7 @@
9
#ifndef LLD_COFF_TYPEMERGER_H
10
#define LLD_COFF_TYPEMERGER_H
11
12
+#include "COFFLinkerContext.h"
13
#include "Config.h"
14
#include "DebugTypes.h"
15
#include "lld/Common/Timer.h"
lld/ELF/DWARF.h
@@ -10,6 +10,7 @@
#define LLD_ELF_DWARF_H
#include "InputFiles.h"
+#include "InputSection.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/STLFunctionalExtras.h"
16
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
0 commit comments