Skip to content

Commit 9134110

Browse files
committed
updates for GDAL 2.5 with VC2010
1 parent 0357926 commit 9134110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/analysis/raster/qgsalignraster.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
#include <cpl_conv.h>
2020

2121
#if defined(_MSC_VER) && _MSC_VER >= 1600 && _MSC_VER < 1900
22+
#include <cpl_multiproc.h>
2223
// we need GDALWarpKernel
2324
#undef CPL_SUPRESS_CPLUSPLUS
25+
#undef CPL_DISALLOW_COPY_ASSIGN
26+
#define CPL_DISALLOW_COPY_ASSIGN(className)
2427
#endif
2528

2629
#include <gdalwarper.h>

0 commit comments

Comments
 (0)