Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 18, 2016
1 parent 1444398 commit 18e4d52
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/core/pal/feature.h
Expand Up @@ -33,6 +33,7 @@
#include "pointset.h"
#include "labelposition.h" // for LabelPosition enum
#include "qgslabelfeature.h"
#include "rtree.hpp"
#include <iostream>
#include <fstream>
#include <cmath>
Expand Down
1 change: 1 addition & 0 deletions src/core/pal/layer.h
Expand Up @@ -31,6 +31,7 @@
#define PAL_LAYER_H_

#include "pal.h" // for LineArrangementFlags enum
#include "rtree.hpp"
#include <QMutex>
#include <QLinkedList>
#include <QHash>
Expand Down
2 changes: 0 additions & 2 deletions src/core/pal/pointset.h
Expand Up @@ -35,8 +35,6 @@
#include <QLinkedList>
#include <geos_c.h>

class RTree;

namespace pal
{

Expand Down
1 change: 1 addition & 0 deletions src/core/pal/problem.h
Expand Up @@ -32,6 +32,7 @@

#include <list>
#include <QList>
#include "rtree.hpp"

namespace pal
{
Expand Down
1 change: 1 addition & 0 deletions src/core/qgslabelsearchtree.h
Expand Up @@ -24,6 +24,7 @@
#include <pointset.h>
#include <labelposition.h>
#include "qgsmaprenderer.h"
#include "rtree.hpp"

class QgsPoint;

Expand Down
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresfeatureiterator.h
Expand Up @@ -18,6 +18,7 @@
#include "qgsfeatureiterator.h"

#include <QQueue>
#include <QSharedPointer>

#include "qgspostgresprovider.h"

Expand Down
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresprovider.h
Expand Up @@ -23,6 +23,7 @@
#include "qgsvectorlayerimport.h"
#include "qgspostgresconn.h"
#include "qgsfield.h"
#include <QSharedPointer>

class QgsFeature;
class QgsField;
Expand Down

0 comments on commit 18e4d52

Please sign in to comment.