2017-12-11 17:18:26 +00:00
|
|
|
Index: gdal-2.2.3-fedora/frmts/mrf/mrf_band.cpp
|
|
|
|
===================================================================
|
|
|
|
--- gdal-2.2.3-fedora.orig/frmts/mrf/mrf_band.cpp
|
|
|
|
+++ gdal-2.2.3-fedora/frmts/mrf/mrf_band.cpp
|
2017-09-26 21:14:48 +00:00
|
|
|
@@ -49,7 +49,7 @@
|
|
|
|
|
|
|
|
#include <vector>
|
|
|
|
#include <assert.h>
|
|
|
|
-#include "../zlib/zlib.h"
|
|
|
|
+#include <zlib.h>
|
|
|
|
|
|
|
|
CPL_CVSID("$Id: mrf_band.cpp 37663 2017-03-09 20:42:19Z lplesea $");
|
|
|
|
|