================ @@ -9,6 +9,8 @@ #include "lldb/API/SBSaveCoreOptions.h" #include "lldb/API/SBError.h" #include "lldb/API/SBFileSpec.h" +#include "lldb/API/SBProcess.h" +#include "lldb/API/SBThread.h" ---------------- Jlalond wrote:
They're actually not right now, all the SB classes are forward declares in `SBDefines`, and I followed the pattern where classes that need the actual implementation include the header in their cpp. [SBProcess for refernece](https://github.com/llvm/llvm-project/blob/main/lldb/source/API/SBProcess.cpp#L35) https://github.com/llvm/llvm-project/pull/100443 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits