[Lldb-commits] [lldb] [RFC][LLDB] Telemetry in LLDB (PR #87815)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 5 16:06:24 PDT 2024


================
@@ -9,10 +9,12 @@
 #ifndef LLDB_API_SBDEBUGGER_H
 #define LLDB_API_SBDEBUGGER_H
 
+#include <chrono>
----------------
bulbazord wrote:

Don't include this if you don't actually need it in the header. Clients shouldn't need to pay the cost of including the chrono header if it's not actually needed.

https://github.com/llvm/llvm-project/pull/87815


More information about the lldb-commits mailing list