tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.47k stars 415 forks source link

Fixed compilation failure on gcc 13, added includes, tests fine #710

Open commel opened 1 year ago

commel commented 1 year ago

This Pull Requests fixes the compilation failures on gcc 13 (g++) on Linux. I've added the includes where the numerics where used. The tests built fine and executed without errors:

xxxx> ./xlnt.test 
..........................................................................................................................................................................................................................................................................................................................

Run: 314
Passed: 314
Failed: 0

Superseeds #708 and #704 because I've looked at all the files and executed the test suite and PR authors don't respond.

commel commented 1 year ago

Hi @tfussell could you merge this, so I can return using the repo instead of a patched version?