aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.h')
-rw-r--r--plugins/haskell/haskellrunconfiguration.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h
index 445aa3a..a3da33a 100644
--- a/plugins/haskell/haskellrunconfiguration.h
+++ b/plugins/haskell/haskellrunconfiguration.h
@@ -29,6 +29,7 @@
#include <projectexplorer/runconfigurationaspects.h>
#include <projectexplorer/runcontrol.h>
+#include <utils/aspects.h>
namespace Haskell {
namespace Internal {
@@ -57,7 +58,7 @@ private:
{ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE}};
};
-class HaskellExecutableAspect : public ProjectExplorer::BaseStringAspect
+class HaskellExecutableAspect : public Utils::StringAspect
{
Q_OBJECT