Add missing include
authorAdrian Prantl <aprantl@apple.com>
Wed, 15 Jul 2020 22:25:50 +0000 (15:25 -0700)
committerAdrian Prantl <aprantl@apple.com>
Wed, 15 Jul 2020 22:38:40 +0000 (15:38 -0700)
lldb/include/lldb/Symbol/LineTable.h

index d66b58c..b48e82f 100644 (file)
@@ -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"