Haskell: Fix missing include

..when building with Qt6.2.

Change-Id: I224feb4ee8d658ffa2702c0a111c5390c0a80f1a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Stenger
2024-02-01 06:48:49 +01:00
parent 41103666c5
commit 16123997b8

View File

@@ -16,6 +16,8 @@
#include <texteditor/texteditoractionhandler.h> #include <texteditor/texteditoractionhandler.h>
#include <texteditor/textindenter.h> #include <texteditor/textindenter.h>
#include <QAction>
using namespace TextEditor; using namespace TextEditor;
namespace Haskell::Internal { namespace Haskell::Internal {