[Lldb-commits] [PATCH] D47412: Add missing includes to some LLDB headers.

2018-05-26 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL45: Add missing includes to some LLDB headers. (authored by teemperor, committed by ). Herald added a subscriber: llvm

[Lldb-commits] [PATCH] D47412: Add missing includes to some LLDB headers.

2018-05-26 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. Herald added a subscriber: ki.stfu. When compiling with modules, these missing includes cause the build to fail (as the header can't be compiled into a module). https://reviews.llvm.org/D47412 Files: source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendez