Skip to content

Commit 10860c3

Browse files
ceholdennyalldawson
authored andcommitted
Include missing include of <functional>
Caught trying to build with GCC7 and MSVC
1 parent 4e949da commit 10860c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/arcgisrest/qgsarcgisrestutils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include <QStringList>
3434
#include <QVariant>
3535

36+
#include <functional>
37+
3638
class QNetworkReply;
3739
class QgsNetworkAccessManager;
3840
class QgsFields;

0 commit comments

Comments
 (0)