Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 18, 2021
1 parent daca3c6 commit 18dd2c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology/qgspointdistancerenderer.h
Expand Up @@ -42,7 +42,7 @@ class CORE_EXPORT QgsPointDistanceRenderer: public QgsFeatureRenderer
public:

//! Contains properties for a feature within a clustered group.
struct GroupedFeature
struct CORE_EXPORT GroupedFeature
{

/**
Expand Down
3 changes: 3 additions & 0 deletions src/plugins/grass/qgsgrasseditrenderer.cpp
Expand Up @@ -26,6 +26,9 @@
#include "qgssymbollayer.h"
#include "qgssymbollayerutils.h"
#include "qgssymbol.h"
#include "qgsmarkersymbol.h"
#include "qgslinesymbol.h"
#include "qgsfillsymbol.h"

#include "qgsgrasseditrenderer.h"
#include "qgsgrassprovider.h"
Expand Down

0 comments on commit 18dd2c4

Please sign in to comment.