Skip to content

Commit

Permalink
Fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 25, 2021
1 parent 6869826 commit 73658c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/core/auto_generated/geometry/qgslinestring.sip.in
Expand Up @@ -13,6 +13,10 @@



%ModuleHeaderCode
#include <memory>
%End

class QgsLineString: QgsCurve
{
%Docstring
Expand Down
7 changes: 7 additions & 0 deletions src/core/geometry/qgslinestring.h
Expand Up @@ -34,6 +34,12 @@ class QgsLineSegment2D;
* See details in QEP #17
****************************************************************************/

#ifdef SIP_RUN
% ModuleHeaderCode
#include <memory>
% End
#endif

/**
* \ingroup core
* \class QgsLineString
Expand All @@ -42,6 +48,7 @@ class QgsLineSegment2D;
*/
class CORE_EXPORT QgsLineString: public QgsCurve
{

public:

/**
Expand Down

0 comments on commit 73658c5

Please sign in to comment.