mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
add missing inclue of qgslogger
This commit is contained in:
parent
3711a17066
commit
da599495aa
@ -18,15 +18,16 @@
|
||||
#include <QStringList>
|
||||
#include <QApplication>
|
||||
|
||||
#include <qgsvectorlayer.h> //defines QgsFieldMap
|
||||
#include <qgsvectorfilewriter.h> //logic for writing shpfiles
|
||||
#include <qgsfeature.h> //we will need to pass a bunch of these for each rec
|
||||
#include <qgsgeometry.h> //each feature needs a geometry
|
||||
#include <qgspoint.h> //we will use point geometry
|
||||
#include <qgscoordinatereferencesystem.h> //needed for creating a srs
|
||||
#include <qgsapplication.h> //search path for srs.db
|
||||
#include <qgsfield.h>
|
||||
#include <qgis.h> //defines GEOWkt
|
||||
#include "qgsvectorlayer.h" //defines QgsFieldMap
|
||||
#include "qgsvectorfilewriter.h" //logic for writing shpfiles
|
||||
#include "qgsfeature.h" //we will need to pass a bunch of these for each rec
|
||||
#include "qgsgeometry.h" //each feature needs a geometry
|
||||
#include "qgspoint.h" //we will use point geometry
|
||||
#include "qgscoordinatereferencesystem.h" //needed for creating a srs
|
||||
#include "qgsapplication.h" //search path for srs.db
|
||||
#include "qgslogger.h"
|
||||
#include "qgsfield.h"
|
||||
#include "qgis.h" //defines GEOWkt
|
||||
|
||||
#if defined(linux)
|
||||
#include <langinfo.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user