Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 12, 2018
1 parent a192dab commit be69dd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/analysis/processing/qgsalgorithmextractbinary.h
Expand Up @@ -21,14 +21,15 @@
#define SIP_NO_FILE

#include "qgis.h"
#include "qgis_analysis.h"
#include "qgsprocessingalgorithm.h"

///@cond PRIVATE

/**
* Native extract binary field algorithm.
*/
class QgsExtractBinaryFieldAlgorithm : public QgsProcessingAlgorithm
class ANALYSIS_EXPORT QgsExtractBinaryFieldAlgorithm : public QgsProcessingAlgorithm
{

public:
Expand Down

0 comments on commit be69dd8

Please sign in to comment.