diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index d14f0e308d7fa090e4a133d2e9b9e10d8fcc2089..04f62710f1ce3038dc88d62bedfd0511526f1397 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -3183,7 +3183,7 @@ void DebuggerPluginPrivate::extensionsInitialized()
     cmd = am->registerAction(m_startRemoteLldbAction,
         "Debugger.RemoteLldb", globalcontext);
     cmd->setAttribute(Command::CA_Hide);
-    mstart->addAction(cmd, Constants::G_START_REMOTE);
+    mstart->addAction(cmd, Constants::G_MANUAL_REMOTE);
 #endif
 
     if (m_startRemoteCdbAction) {
diff --git a/src/plugins/debugger/lldb/lldboptionspage.cpp b/src/plugins/debugger/lldb/lldboptionspage.cpp
index a00aed9604aba425af06bfc3b0ffcfa2beb7e53d..55d805f60bc198ec3a24fc37af3ae7d7a4c36280 100644
--- a/src/plugins/debugger/lldb/lldboptionspage.cpp
+++ b/src/plugins/debugger/lldb/lldboptionspage.cpp
@@ -32,6 +32,7 @@
 
 #include "lldboptionspage.h"
 #include "debuggerconstants.h"
+#include "debuggerinternalconstants.h"
 
 #include <coreplugin/icore.h>