diff options
| author | Christian Stenger <christian.stenger@qt.io> | 2022-06-28 07:39:56 +0200 |
|---|---|---|
| committer | hjk <hjk@qt.io> | 2022-06-28 11:41:31 +0000 |
| commit | 6e8331c51f1558b924fdebf7e182f74815301a4e (patch) | |
| tree | 2636ec58f8685d53396c47b83f78a1af80364901 /plugins/haskell/haskellrunconfiguration.h | |
| parent | c7ef4b295d4ba20543058c2dcc9729c6afe91ae2 (diff) | |
Fix compile after upstream header shuffling
Change-Id: I3f46a8543bfcb2b5436162f37fe33d1ba54c0842
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.h')
| -rw-r--r-- | plugins/haskell/haskellrunconfiguration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h index a3da33a..1af3bd9 100644 --- a/plugins/haskell/haskellrunconfiguration.h +++ b/plugins/haskell/haskellrunconfiguration.h @@ -27,6 +27,7 @@ #include "haskellconstants.h" +#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/runconfigurationaspects.h> #include <projectexplorer/runcontrol.h> #include <utils/aspects.h> |
