Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'release-2_18' into marker_fill
  • Loading branch information
nyalldawson committed Oct 22, 2018
2 parents e353bdb + c23c3d2 commit 8d12733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/georeferencer/qgsgeoreftransform.cpp
Expand Up @@ -26,6 +26,10 @@
#include <cassert>
#include <limits>

#if !defined(GDAL_COMPUTE_VERSION) || GDAL_VERSION_NUM < GDAL_COMPUTE_VERSION(2,0,0)
#define CPLsnprintf snprintf
#endif

/**
* A simple transform which is paremetrized by a translation and anistotropic scale.
*/
Expand Down

0 comments on commit 8d12733

Please sign in to comment.