From 7a4ef9c1f765b9a574c547e1e21c503f4e1c39f6 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 23 Mar 2023 06:46:33 +0100 Subject: [PATCH] TextEditor: Fix build for real build systems Amends 6deabc4334c1d2e0ebfce13074cb3226237c8656. Change-Id: I237d912041c1db29dabd48ba243731419d8d688c Reviewed-by: David Schulz --- src/plugins/texteditor/formattexteditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/formattexteditor.cpp b/src/plugins/texteditor/formattexteditor.cpp index 19716e22dd4..6f1139e057b 100644 --- a/src/plugins/texteditor/formattexteditor.cpp +++ b/src/plugins/texteditor/formattexteditor.cpp @@ -331,7 +331,7 @@ void formatEditorAsync(TextEditorWidget *editor, const Command &command, int sta } // namespace TextEditor #ifdef WITH_TESTS -#include +#include "texteditorplugin.h" #include namespace TextEditor::Internal {