Fix build issues.
This commit is contained in:
parent
a3be5d636f
commit
b845969fff
|
@ -30,7 +30,6 @@
|
|||
#include "../ifcdef.h"
|
||||
#include "../vlayout/vlayoutpoint.h"
|
||||
#include "compatibility.h"
|
||||
#include "vpatterndb/floatItemData/floatitemdef.h"
|
||||
|
||||
/*
|
||||
* Version rules:
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <QPointF>
|
||||
#include <QRectF>
|
||||
#include <QTransform>
|
||||
#include <QtMath>
|
||||
|
||||
#include "../vmisc/def.h"
|
||||
#include "../vmisc/compatibility.h"
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
#ifndef VPIECEGRAINLINE_P_H
|
||||
#define VPIECEGRAINLINE_P_H
|
||||
|
||||
#include "../ifc/exception/vexception.h"
|
||||
#include "../vmisc/defglobal.h"
|
||||
#include "../vpatterndb/floatItemData/floatitemdef.h"
|
||||
#include <QLineF>
|
||||
#include <QSharedData>
|
||||
#include "../vmisc/defglobal.h"
|
||||
#include "../ifc/exception/vexception.h"
|
||||
#include "vpatterndb/floatItemData/floatitemdef.h"
|
||||
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_GCC("-Weffc++")
|
||||
|
|
Loading…
Reference in New Issue
Block a user