Skip to content

Commit

Permalink
Include missing include of <functional>
Browse files Browse the repository at this point in the history
Caught trying to build with GCC7 and MSVC
  • Loading branch information
ceholden committed Apr 1, 2019
1 parent 979debc commit 16b63c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/arcgisrest/qgsarcgisrestutils.h
Expand Up @@ -33,6 +33,8 @@
#include <QStringList> #include <QStringList>
#include <QVariant> #include <QVariant>


#include <functional>

class QNetworkReply; class QNetworkReply;
class QgsNetworkAccessManager; class QgsNetworkAccessManager;
class QgsFields; class QgsFields;
Expand Down

0 comments on commit 16b63c4

Please sign in to comment.