From d2c27106d4ec37ebe5b466d2f26588d263f28636 Mon Sep 17 00:00:00 2001 From: Augusto Noronha Date: Thu, 2 Oct 2025 15:56:02 -0700 Subject: [PATCH] [lldb] Add accidentally deleted include --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp index 99e67f30af18a..9cf3fb2a252d5 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp @@ -13,6 +13,7 @@ #include "DWARFDebugInfoEntry.h" #include "DWARFDeclContext.h" #include "DWARFUnit.h" +#include "LogChannelDWARF.h" #ifdef LLDB_ENABLE_SWIFT #include "Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.h" #endif