aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2021-05-14 10:45:42 +0200
committerhjk <hjk@qt.io>2021-05-14 08:46:40 +0000
commit8b03bdefcf163310c6473fe5fab3be2c89276b31 (patch)
tree23129ca52ea67c173b94ad625fe53648743c1bfd
parentb7b1626519eee92b328f16fe4a8d90f01b76b237 (diff)
Adapt to upstream CommandLine move
Change-Id: Ia2285b402bb18b4f392d437a762ba2bc7896628c Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--plugins/haskell/haskellmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/haskell/haskellmanager.cpp b/plugins/haskell/haskellmanager.cpp
index 5b719ba..a43b437 100644
--- a/plugins/haskell/haskellmanager.cpp
+++ b/plugins/haskell/haskellmanager.cpp
@@ -27,6 +27,7 @@
#include <coreplugin/messagemanager.h>
#include <utils/algorithm.h>
+#include <utils/commandline.h>
#include <utils/consoleprocess.h>
#include <utils/hostosinfo.h>
#include <utils/mimetypes/mimedatabase.h>