Add missing includes needed since gcc 12.2.1.
The new gcc in fedora 37 tidied up the includes. fabs, round, array... are no longer imported by other includes. So a set of cmath and array includes have to be added. This MR does that. Tested on fedora 37 and should not have any spurious effect with other compilers.
Merge request reports
Activity
Yes because it's not that simple finally. The branch was created based on master, and so, when you target it to dev... it creates a lot of changes because the commits history is impacted by the merges. So, for so little changes, it would be easier to start again, with a branch that is made from development. That's why I mentioned that I can do it for you if you want.
OK understood, will try to redo that.... a git format-patch + git apply should do the trick ....
Edited by PAPADOPOULO Theodore