<div dir="ltr"><div dir="ltr"><div>Hi</div><div><br></div><div>One breaking change for GDAL 4.0 could be to add "gdal" to the path of the includes for external applications or libraries.</div><div><br></div><div>An external application should do :</div><div>#include <gdal/cpl_string.h></div><div>instead of </div><div>#include <cpl_string.h></div><div><br></div><div>in a similar way as many other libraries, like Eigen</div><div>#include <Eigen/Core></div><div><br></div><div>It is really a big change for other libraries and applications, I know. But I find useful and nice to know where are "those includes coming from" in my application.</div><div><br></div><div>Cheers</div><div>Javier.</div><div><br></div><div>PS the same would be nice in other libraries, like libgeotiff. But I do not expect a mayor release there.</div></div>
</div>