Skip to content

Commit 4bcaba8

Browse files
committed
Fix build on fedora 26
1 parent 9ccb1b5 commit 4bcaba8

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

src/auth/oauth2/qgsauthoauth2config.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* (at your option) any later version. *
1212
* *
1313
***************************************************************************/
14+
#include <functional>
1415

1516
#include "qgsauthoauth2config.h"
1617

src/core/geometry/qgsabstractgeometry.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ email : marco.hugentobler at sourcepole dot com
1616
#ifndef QGSABSTRACTGEOMETRYV2
1717
#define QGSABSTRACTGEOMETRYV2
1818

19+
#include <functional>
20+
1921
#include <QString>
2022

2123
#include "qgis_core.h"

src/core/geometry/qgsgeometry.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ email : morb at ozemail dot com dot au
1616
#ifndef QGSGEOMETRY_H
1717
#define QGSGEOMETRY_H
1818

19+
#include <functional>
20+
1921
#include <QDomDocument>
2022
#include <QSet>
2123
#include <QString>

src/core/geometry/qgsinternalgeometryengine.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#define SIP_NO_FILE
2020

21+
#include <functional>
22+
2123
#include "qgspointxy.h"
2224

2325
class QgsGeometry;

src/providers/wfs/qgswfsrequest.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#ifndef QGSWFSREQUEST_H
1616
#define QGSWFSREQUEST_H
1717

18+
#include <functional>
19+
1820
#include <QObject>
1921
#include <QNetworkRequest>
2022
#include <QNetworkReply>

0 commit comments

Comments
 (0)