Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nyalldawson committed Jun 21, 2021
1 parent dd31790 commit 8b26ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -54,6 +54,7 @@ email : sherman at mrcc.com
#include <QTextCodec>
#include <QFile>
#include <QFileInfo>
#include <QRegularExpression>

#define TEXT_PROVIDER_KEY QStringLiteral( "ogr" )
#define TEXT_PROVIDER_DESCRIPTION QStringLiteral( "OGR data provider" )
Expand Down
2 changes: 2 additions & 0 deletions src/core/providers/ogr/qgsogrproviderutils.cpp
Expand Up @@ -28,6 +28,8 @@ email : nyall dot dawson at gmail dot com
#include <QFile>
#include <QFileInfo>
#include <QTextCodec>
#include <QStorageInfo>
#include <QRegularExpression>

#ifdef Q_OS_WIN
#include <windows.h>
Expand Down

0 comments on commit 8b26ad8

Please sign in to comment.