From bb543d1f40996aca92ff3884b655135eb13b69ab Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:36:43 +0100 Subject: [PATCH] Fix pr30 build --- chat/ChatOutputPane.h | 2 +- chat/NavigationPanel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chat/ChatOutputPane.h b/chat/ChatOutputPane.h index ff8fb92..1ed60d2 100644 --- a/chat/ChatOutputPane.h +++ b/chat/ChatOutputPane.h @@ -19,7 +19,7 @@ #pragma once -#include "chatview/ChatWidget.hpp" +#include "ChatView/ChatWidget.hpp" #include namespace QodeAssist::Chat { diff --git a/chat/NavigationPanel.cpp b/chat/NavigationPanel.cpp index d57eee7..ac520e3 100644 --- a/chat/NavigationPanel.cpp +++ b/chat/NavigationPanel.cpp @@ -19,7 +19,7 @@ #include "NavigationPanel.hpp" -#include "chatview/ChatWidget.hpp" +#include "ChatView/ChatWidget.hpp" namespace QodeAssist::Chat {