Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix building QGIS when WITH_GUI is false
  • Loading branch information
nirvn committed Mar 20, 2021
1 parent f5be851 commit d4d0d20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/spatialite/qgsspatialitedataitems.cpp
Expand Up @@ -26,6 +26,9 @@
#include "qgsvectorlayerexporter.h"
#include "qgsvectorlayer.h"

#include <QDir>
#include <QFileInfo>


bool SpatiaLiteUtils::deleteLayer( const QString &dbPath, const QString &tableName, QString &errCause )
{
Expand Down

0 comments on commit d4d0d20

Please sign in to comment.