================ @@ -7,6 +7,8 @@ //===----------------------------------------------------------------------===// #include "lldb/Utility/DiagnosticsRendering.h" +#include "lldb/Host/Terminal.h" + #include <cstdint> ---------------- charles-zablit wrote:
Got it, opened https://github.com/llvm/llvm-project/pull/168696 to first move the functionality in `DiagnosticsRendering` to `Host`. https://github.com/llvm/llvm-project/pull/168603 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
