[Lldb-commits] [lldb] [lldb/Plugins] Introduce Scripted Platform Plugin (PR #99814)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 22 14:22:35 PDT 2024
================
@@ -10,6 +10,7 @@
#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLATFORM_H
#include "lldb/Interpreter/CommandObjectMultiword.h"
+#include "lldb/Interpreter/OptionGroupPlatform.h"
----------------
bulbazord wrote:
Why do you need this include here?
https://github.com/llvm/llvm-project/pull/99814
More information about the lldb-commits
mailing list