Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include missing include of <functional>
Caught trying to build with GCC7 and MSVC
  • Loading branch information
ceholden authored and nyalldawson committed Apr 2, 2019
1 parent fe359a8 commit 32081b6
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 <QVariant>

#include <functional>

class QNetworkReply;
class QgsNetworkAccessManager;
class QgsFields;
Expand Down

0 comments on commit 32081b6

Please sign in to comment.