Skip to content

Commit

Permalink
Add missing qgsrectangle.h includes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 4, 2018
1 parent 507649d commit 51fd516
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/core/mesh/qgstriangularmesh.cpp
Expand Up @@ -24,6 +24,7 @@
#include "qgscoordinatetransform.h"
#include "qgsfeatureid.h"
#include "qgsgeometry.h"
#include "qgsretangle.h"

static void ENP_centroid_step( const QPolygonF &pX, double &cx, double &cy, double &signedArea, int i, int i1 )
{
Expand Down
1 change: 1 addition & 0 deletions src/core/qgspointlocator.h
Expand Up @@ -20,6 +20,7 @@ class QgsPointXY;
class QgsVectorLayer;
class QgsFeatureRenderer;
class QgsRenderContext;
class QgsRectangle;

#include "qgis_core.h"
#include "qgspointxy.h"
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgsrubberband.cpp
Expand Up @@ -19,6 +19,7 @@
#include "qgsmapcanvas.h"
#include "qgsvectorlayer.h"
#include "qgsproject.h"
#include "qgsrectangle.h"
#include <QPainter>

QgsRubberBand::QgsRubberBand( QgsMapCanvas *mapCanvas, QgsWkbTypes::GeometryType geometryType )
Expand Down
1 change: 1 addition & 0 deletions src/plugins/globe/globe_plugin.cpp
Expand Up @@ -39,6 +39,7 @@
#include <qgssettings.h>
#include <qgsvectorlayerlabeling.h>
#include <qgsproject.h>
#include <qgsrectangle.h>

#include <QAction>
#include <QDir>
Expand Down
4 changes: 2 additions & 2 deletions src/providers/arcgisrest/qgsarcgisrestutils.h
Expand Up @@ -17,12 +17,12 @@

#include <QStringList>
#include <QVariant>
#include "geometry/qgswkbtypes.h"
#include "qgswkbtypes.h"
#include "qgsrectangle.h"

class QNetworkReply;
class QgsNetworkAccessManager;
class QgsFields;
class QgsRectangle;
class QgsAbstractGeometry;
class QgsCoordinateReferenceSystem;
class QgsFeedback;
Expand Down

0 comments on commit 51fd516

Please sign in to comment.