================ @@ -7,6 +7,8 @@ //===----------------------------------------------------------------------===// #include "lldb/Utility/DiagnosticsRendering.h" +#include "lldb/Host/Terminal.h" + #include <cstdint> ---------------- bulbazord wrote:
Ah, this is a layer violation. Utility is not supposed to depend on anything else in LLDB. You would want to move this functionality in `DiagnosticsRendering` to Host for this to make sense. https://github.com/llvm/llvm-project/pull/168603 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
