From: Adrian Prantl Date: Wed, 15 Jul 2020 22:25:50 +0000 (-0700) Subject: Add missing include X-Git-Tag: llvmorg-13-init~17800 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0ad73a2a0809188dd407ee2f92f71146759f279;p=platform%2Fupstream%2Fllvm.git Add missing include --- diff --git a/lldb/include/lldb/Symbol/LineTable.h b/lldb/include/lldb/Symbol/LineTable.h index d66b58c..b48e82f 100644 --- a/lldb/include/lldb/Symbol/LineTable.h +++ b/lldb/include/lldb/Symbol/LineTable.h @@ -9,6 +9,7 @@ #ifndef LLDB_SYMBOL_LINETABLE_H #define LLDB_SYMBOL_LINETABLE_H +#include "lldb/Core/Address.h" #include "lldb/Core/ModuleChild.h" #include "lldb/Core/Section.h" #include "lldb/Symbol/LineEntry.h"