Skip to content

Commit

Permalink
Add missing qgspointxy.h includes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 4, 2018
1 parent 26fee72 commit 2015def
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/qgspropertytransformer.cpp
Expand Up @@ -20,6 +20,7 @@
#include "qgsexpressionnodeimpl.h"
#include "qgssymbollayerutils.h"
#include "qgscolorramp.h"
#include "qgspointxy.h"


//
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsspatialindexkdbush.h
Expand Up @@ -18,7 +18,6 @@
#ifndef QGSSPATIALINDEXKDBUSH_H
#define QGSSPATIALINDEXKDBUSH_H

class QgsPointXY;
class QgsFeatureIterator;
class QgsFeedback;
class QgsFeatureSource;
Expand All @@ -27,6 +26,7 @@ class QgsRectangle;

#include "qgis_core.h"
#include "qgsspatialindexkdbushdata.h"
#include "qgspointxy.h"
#include <memory>
#include <QList>

Expand Down
1 change: 1 addition & 0 deletions src/core/qgsspatialindexkdbushdata.h
Expand Up @@ -19,6 +19,7 @@
#define QGSSPATIALINDEXKDBUSHDATA_H

#include "qgsfeatureid.h"
#include "qgspointxy.h"

/**
* \class QgsSpatialIndexKDBushData
Expand Down

0 comments on commit 2015def

Please sign in to comment.