Skip to content

Commit

Permalink
Fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 30, 2022
1 parent a542fa5 commit c760faa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/providers/ogr/qgsogrproviderconnection.cpp
Expand Up @@ -27,6 +27,9 @@
#include "qgsdbquerylog.h"
#include "qgsprovidersublayerdetails.h"
#include "qgsweakrelation.h"
#if GDAL_VERSION_NUM < GDAL_COMPUTE_VERSION(3,4,0)
#include "qgsgdalutils.h"
#endif

#include <QTextCodec>
#include <QRegularExpression>
Expand Down

0 comments on commit c760faa

Please sign in to comment.