Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build (follows 0e7b60e)
  • Loading branch information
minorua committed Jul 16, 2013
1 parent ab6a232 commit eea246a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/raster/qgsrastercalculator.cpp
Expand Up @@ -21,6 +21,7 @@
#include "qgsrastermatrix.h"
#include "cpl_string.h"
#include <QProgressDialog>
#include <QFile>

#include "gdalwarper.h"
#include <ogr_srs_api.h>
Expand Down
1 change: 1 addition & 0 deletions src/analysis/vector/qgszonalstatistics.cpp
Expand Up @@ -22,6 +22,7 @@
#include "gdal.h"
#include "cpl_string.h"
#include <QProgressDialog>
#include <QFile>

#if defined(GDAL_VERSION_NUM) && GDAL_VERSION_NUM >= 1800
#define TO8F(x) (x).toUtf8().constData()
Expand Down

0 comments on commit eea246a

Please sign in to comment.