Skip to content

Commit

Permalink
added missing QRegularExpression include
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Jan 10, 2022
1 parent ff04cbb commit 2041f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/geometry/qgsreferencedgeometry.cpp
Expand Up @@ -17,6 +17,8 @@

#include "qgsreferencedgeometry.h"

#include <QRegularExpression>

QgsReferencedGeometryBase::QgsReferencedGeometryBase( const QgsCoordinateReferenceSystem &crs )
: mCrs( crs )
{}
Expand Down

0 comments on commit 2041f2d

Please sign in to comment.