Skip to content

Commit

Permalink
Fix build issue with clang 10.0 related to forward declaration of Qgs…
Browse files Browse the repository at this point in the history
…FeatureRequest
  • Loading branch information
rouault authored and nyalldawson committed Jul 1, 2021
1 parent 3f1722d commit d33c1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfeaturefilterprovider.h
Expand Up @@ -23,10 +23,10 @@
#include "qgis_sip.h"

#include "qgis_core.h"
#include "qgsfeaturerequest.h"

class QString;
class QgsVectorLayer;
class QgsFeatureRequest;


/**
Expand Down

0 comments on commit d33c1ae

Please sign in to comment.