Fix build. Add missing headers. Closes #54
This commit is contained in:
parent
15e731671f
commit
5618df2b66
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <QLineF>
|
||||
#include <QPoint>
|
||||
#include <QPainterPath>
|
||||
|
||||
#include "../vmisc/def.h"
|
||||
#include "../vmisc/vmath.h"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <qnumeric.h>
|
||||
#include <QPolygonF>
|
||||
#include <QTransform>
|
||||
#include <QPainterPath>
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VPlaceLabelItem::VPlaceLabelItem()
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
**
|
||||
*************************************************************************/
|
||||
|
||||
#include <QPainterPath>
|
||||
|
||||
#include "vpassmark.h"
|
||||
#include "../vmisc/vabstractapplication.h"
|
||||
#include "../ifc/exception/vexceptioninvalidnotch.h"
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
#include "../vgeometry/vgeometrydef.h"
|
||||
#include "../vmisc/typedef.h"
|
||||
|
||||
class QPainterPath;
|
||||
|
||||
enum class PassmarkStatus: qint8
|
||||
{
|
||||
Error = 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user