From a1c543fa25e1b278c61b1cf38e50c35fa027dc5d Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Thu, 23 Apr 2020 12:49:55 +0200 Subject: [PATCH] update include path, because DiffView was moved to a subfolder with all his widgets --- test/init_repo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/init_repo.cpp b/test/init_repo.cpp index 7e6b4a06..5a0c4676 100644 --- a/test/init_repo.cpp +++ b/test/init_repo.cpp @@ -12,7 +12,7 @@ #include "dialogs/StartDialog.h" #include "ui/CommitList.h" #include "ui/DetailView.h" -#include "ui/DiffView.h" +#include "ui/DiffView/DiffView.h" #include "ui/FileList.h" #include "ui/Footer.h" #include "ui/MainWindow.h"