diff --git a/src/GUI/legendentryitem.h b/src/GUI/legendentryitem.h index 518b9223..9c45756d 100644 --- a/src/GUI/legendentryitem.h +++ b/src/GUI/legendentryitem.h @@ -1,12 +1,14 @@ #ifndef LEGENDENTRYITEM_H #define LEGENDENTRYITEM_H +#include #include #include class LegendEntryItem : public QObject, public QGraphicsItem { Q_OBJECT + Q_INTERFACES(QGraphicsItem) public: LegendEntryItem(const QColor &color, const QString &text,