14 lines
298 B
Diff
14 lines
298 B
Diff
diff --git a/gdal/frmts/mrf/mrf_band.cpp b/gdal/frmts/mrf/mrf_band.cpp
|
|
index 95caf6e..2cdb730 100644
|
|
--- a/gdal/frmts/mrf/mrf_band.cpp
|
|
+++ b/gdal/frmts/mrf/mrf_band.cpp
|
|
@@ -49,7 +49,7 @@
|
|
|
|
#include <vector>
|
|
#include <assert.h>
|
|
-#include "../zlib/zlib.h"
|
|
+#include <zlib.h>
|
|
|
|
CPL_CVSID("$Id$")
|
|
|