Skip to content

Commit

Permalink
updates for GDAL 2.5 with VC2010
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 22, 2018
1 parent 0357926 commit 9134110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/analysis/raster/qgsalignraster.cpp
Expand Up @@ -19,8 +19,11 @@
#include <cpl_conv.h>

#if defined(_MSC_VER) && _MSC_VER >= 1600 && _MSC_VER < 1900
#include <cpl_multiproc.h>
// we need GDALWarpKernel
#undef CPL_SUPRESS_CPLUSPLUS
#undef CPL_DISALLOW_COPY_ASSIGN
#define CPL_DISALLOW_COPY_ASSIGN(className)
#endif

#include <gdalwarper.h>
Expand Down

1 comment on commit 9134110

@jef-n
Copy link
Member Author

@jef-n jef-n commented on 9134110 Dec 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GDAL 2.4 of course…

Please sign in to comment.