Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build on fedora 26
  • Loading branch information
NathanW2 committed Oct 7, 2018
1 parent 9ccb1b5 commit 4bcaba8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/oauth2/qgsauthoauth2config.cpp
Expand Up @@ -11,6 +11,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <functional>

#include "qgsauthoauth2config.h"

Expand Down
2 changes: 2 additions & 0 deletions src/core/geometry/qgsabstractgeometry.h
Expand Up @@ -16,6 +16,8 @@ email : marco.hugentobler at sourcepole dot com
#ifndef QGSABSTRACTGEOMETRYV2
#define QGSABSTRACTGEOMETRYV2

#include <functional>

#include <QString>

#include "qgis_core.h"
Expand Down
2 changes: 2 additions & 0 deletions src/core/geometry/qgsgeometry.h
Expand Up @@ -16,6 +16,8 @@ email : morb at ozemail dot com dot au
#ifndef QGSGEOMETRY_H
#define QGSGEOMETRY_H

#include <functional>

#include <QDomDocument>
#include <QSet>
#include <QString>
Expand Down
2 changes: 2 additions & 0 deletions src/core/geometry/qgsinternalgeometryengine.h
Expand Up @@ -18,6 +18,8 @@

#define SIP_NO_FILE

#include <functional>

#include "qgspointxy.h"

class QgsGeometry;
Expand Down
2 changes: 2 additions & 0 deletions src/providers/wfs/qgswfsrequest.h
Expand Up @@ -15,6 +15,8 @@
#ifndef QGSWFSREQUEST_H
#define QGSWFSREQUEST_H

#include <functional>

#include <QObject>
#include <QNetworkRequest>
#include <QNetworkReply>
Expand Down

0 comments on commit 4bcaba8

Please sign in to comment.