Skip to content

Fix compilation with g++ 10

Tammo Jan Dijkema requested to merge gcc10-fixes into master

Created by: aroffringa

g++ 10 is slightly stricter on what headers to include. Test with e.g. "CXX=/usr/bin/g++-10 cmake ../".

Merge request reports