[Lldb-commits] [lldb] [LLDB][Telemetry]Define TargetInfo for collecting data about a target (PR #127834)
    Pavel Labath via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Mar 11 03:37:15 PDT 2025
    
    
  
================
@@ -27,6 +27,10 @@
 #include <optional>
 #include <string>
 
+#include <functional>
----------------
labath wrote:
```suggestion
#include <functional>
```
https://github.com/llvm/llvm-project/pull/127834
    
    
More information about the lldb-commits
mailing list