From cd9c3c000f7f79cc12c8787078256935f856d5a7 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 30 Mar 2020 16:55:20 -0400 Subject: Tests: Update QtAutogen codeeditor test only include headers needed --- Tests/QtAutogen/Complex/codeeditor.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Tests/QtAutogen/Complex/codeeditor.cpp b/Tests/QtAutogen/Complex/codeeditor.cpp index bb6f405..80d6a55 100644 --- a/Tests/QtAutogen/Complex/codeeditor.cpp +++ b/Tests/QtAutogen/Complex/codeeditor.cpp @@ -40,7 +40,10 @@ #include "codeeditor.h" -#include +#include +#include +#include +#include CodeEditor::CodeEditor(QWidget* parent) : QPlainTextEdit(parent) -- cgit v0.12