From 16123997b8dab884b9eb4973b6ffb283189a2c1e Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 1 Feb 2024 06:48:49 +0100 Subject: [PATCH] Haskell: Fix missing include ..when building with Qt6.2. Change-Id: I224feb4ee8d658ffa2702c0a111c5390c0a80f1a Reviewed-by: Eike Ziller --- src/plugins/haskell/haskelleditorfactory.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/haskell/haskelleditorfactory.cpp b/src/plugins/haskell/haskelleditorfactory.cpp index 5ddcb11e51c..89bf561b1f7 100644 --- a/src/plugins/haskell/haskelleditorfactory.cpp +++ b/src/plugins/haskell/haskelleditorfactory.cpp @@ -16,6 +16,8 @@ #include #include +#include + using namespace TextEditor; namespace Haskell::Internal {