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 committed Apr 1, 2019
1 parent 43ed203 commit 182dcd7
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 182dcd7

Please sign in to comment.