From 5fe73657c3b6f0616c3b63460c3beeef34e87744 Mon Sep 17 00:00:00 2001 From: scawful Date: Sat, 4 Oct 2025 19:13:41 -0400 Subject: [PATCH] agent editor include fixes --- src/app/editor/agent/agent_editor.h | 1 + src/app/editor/editor_manager.cc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/app/editor/agent/agent_editor.h b/src/app/editor/agent/agent_editor.h index 41bfcbb6..9697264c 100644 --- a/src/app/editor/agent/agent_editor.h +++ b/src/app/editor/agent/agent_editor.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "absl/status/status.h" #include "absl/status/statusor.h" diff --git a/src/app/editor/editor_manager.cc b/src/app/editor/editor_manager.cc index b95782d7..5d7771a5 100644 --- a/src/app/editor/editor_manager.cc +++ b/src/app/editor/editor_manager.cc @@ -48,6 +48,8 @@ #include "editor/editor.h" #ifdef YAZE_WITH_GRPC #include "app/core/service/screenshot_utils.h" +#include "app/editor/agent/agent_chat_widget.h" +#include "cli/service/agent/conversational_agent_service.h" #include "cli/service/ai/gemini_ai_service.h" #endif #include "imgui/imgui.h"