================ @@ -15,6 +15,7 @@ #include <optional> #include <sstream> +#include "lldb/Core/Module.h" ---------------- aurore-poirier wrote:
Without it, compilation of the file errors out on [`sc.module_sp->GetArchitecture()`](https://github.com/llvm/llvm-project/pull/200134/changes/BASE..a8dcabf9cad6b64cf35cb06f902e0ecc6108c76a#diff-82cb38d9af6d5239660a958e92a0dbe5d953a5f371b4b7dc8b2002a6264ab558R4161) because of a forward declaration of `Module` https://github.com/llvm/llvm-project/pull/200134 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
