Skip to content

config: fix build failure when buliding using g++12

Undef requested to merge undef1/osk-sdl:wip/undef/g++12-ftbfs into master

Add the header providing std::transform() which was previously available un-namespaced when building with g++11.

I've tested building this back to Debian Bullseye (g++10) and it builds fine.

I still need to test this on a device. Just noticed it when fixing up the Debian package.

Merge request reports