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"


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to