Skip to content

Commit

Permalink
src/core/model/element.h - fix compile on with XCode (include QPointF)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Apr 5, 2018
1 parent e79fd1f commit 63ca52a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/model/element.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include <QObject>
#include <QMetaType>
#include <QPointF>

QT_BEGIN_NAMESPACE
class QPainterPath;
Expand Down

0 comments on commit 63ca52a

Please sign in to comment.