[lld] Add missing includes. (#143453)

Some inline methods in these headers require a complete type but the
corresponding include was missing.
This commit is contained in:
Jorge Gorbe Moya
2025-06-09 15:52:37 -07:00
committed by GitHub
parent c9cf5c26d8
commit d099d953ef
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
#ifndef LLD_COFF_TYPEMERGER_H
#define LLD_COFF_TYPEMERGER_H
#include "COFFLinkerContext.h"
#include "Config.h"
#include "DebugTypes.h"
#include "lld/Common/Timer.h"

View File

@@ -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"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"