================ @@ -12,6 +12,8 @@ #include "Plugins/Process/Utility/RegisterContextPOSIX_arm64.h" #include "Plugins/Process/elf-core/RegisterUtilities.h" +#include "lldb/Target/Target.h" ---------------- DavidSpickett wrote:
You have this in the cpp file too, you can remove this include. Unless it was broken to start with, in which case you can merge a fix for that without approval. https://github.com/llvm/llvm-project/pull/180222 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
