[Lldb-commits] [lldb] b0ad73a - Add missing include
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 15 15:38:47 PDT 2020
Author: Adrian Prantl
Date: 2020-07-15T15:38:40-07:00
New Revision: b0ad73a2a0809188dd407ee2f92f71146759f279
URL: https://github.com/llvm/llvm-project/commit/b0ad73a2a0809188dd407ee2f92f71146759f279
DIFF: https://github.com/llvm/llvm-project/commit/b0ad73a2a0809188dd407ee2f92f71146759f279.diff
LOG: Add missing include
Added:
Modified:
lldb/include/lldb/Symbol/LineTable.h
Removed:
################################################################################
diff --git a/lldb/include/lldb/Symbol/LineTable.h b/lldb/include/lldb/Symbol/LineTable.h
index d66b58ca4c6d..b48e82f19ffb 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"
More information about the lldb-commits
mailing list