[gdal] fixed compilation issue with std::fabs#6336
[gdal] fixed compilation issue with std::fabs#6336Rastaban merged 5 commits intomicrosoft:masterfrom jepessen:master
Conversation
|
You should probably upstream this fix to https://github.com/OSGeo/gdal as well |
|
I've created a pull request also in gdal repository. |
|
Hi @jepessen, thanks for your PR. Could you also bump the CONTROL version? |
|
It should be ok. Where can I find some guideline about bumping version numbers? I didn't find anything about it... |
|
@jepessen You bump the number after the Source: My observations from submitted PRs :) |
|
Ok thanks for the info. I'll take care of it in future merges. |
|
@jepessen incrementing the control verson helps with the |
I had a compilation issue in ogr/ogrlinestring.cpp because std::fabs was not defined. I've added include file.
I'm using Windows 10 Professional, and build with Visual Studio 2017 and 2019