Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 8, 2018
1 parent 1f02b42 commit 4da2b80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsdataitem.cpp
Expand Up @@ -31,6 +31,7 @@
#include <QFileDialog>
#include <QInputDialog>
#include <QMessageBox>
#include <mutex>

#include "qgis.h"
#include "qgsdataitem.h"
Expand Down
1 change: 1 addition & 0 deletions src/providers/gdal/qgsgdaldataitems.cpp
Expand Up @@ -20,6 +20,7 @@
#include "qgsogrutils.h"

#include <QFileInfo>
#include <mutex>

// defined in qgsgdalprovider.cpp
void buildSupportedRasterFileFilterAndExtensions( QString &fileFiltersString, QStringList &extensions, QStringList &wildcards );
Expand Down
1 change: 1 addition & 0 deletions src/providers/mdal/qgsmdaldataitems.cpp
Expand Up @@ -18,6 +18,7 @@
#include "qgssettings.h"

#include <QFileInfo>
#include <mutex>


QgsMdalLayerItem::QgsMdalLayerItem( QgsDataItem *parent,
Expand Down

0 comments on commit 4da2b80

Please sign in to comment.