EVerest / libiso15118

ISO 15118 library suite
Apache License 2.0
8 stars 5 forks source link

Fix gcc 14 compile error #15

Closed SebaLukas closed 5 months ago

SebaLukas commented 5 months ago

Describe your changes

Adding missing include <algorithm>.

Issue ticket number and link

Building with gcc 14 did not work because of std::find was not found. Error message: error: ‘find’ is not a member of ‘std’; did you mean ‘bind’?.

Checklist before requesting a review

SebaLukas commented 5 months ago

Good point, I will add that to the commit message