1f54a99f5f
- g2clib and jni patch are not ready yet, therefore disable them
14 lines
368 B
Diff
14 lines
368 B
Diff
diff --git a/frmts/mrf/mrf_band.cpp b/frmts/mrf/mrf_band.cpp
|
|
index d5b3403..0772ec8 100644
|
|
--- a/frmts/mrf/mrf_band.cpp
|
|
+++ b/frmts/mrf/mrf_band.cpp
|
|
@@ -49,7 +49,7 @@
|
|
|
|
#include <vector>
|
|
#include <assert.h>
|
|
-#include "../zlib/zlib.h"
|
|
+#include <zlib.h>
|
|
|
|
CPL_CVSID("$Id: mrf_band.cpp 7e07230bbff24eb333608de4dbd460b7312839d0 2017-12-11 19:08:47Z Even Rouault $")
|
|
|