Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 182dcd7

Browse files
committedApr 1, 2019
Include missing include of <functional>
Caught trying to build with GCC7 and MSVC
1 parent 43ed203 commit 182dcd7

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)
Please sign in to comment.