jcelaya / hdrmerge

HDR exposure merging
http://jcelaya.github.io/hdrmerge/
Other
371 stars 78 forks source link

fix compilation by including cstdlib #221

Closed jdeluyck closed 3 months ago

jdeluyck commented 1 year ago

Without the inclusion of compilation breaks (atleast on Fedora 38)

CarloDePieri commented 1 year ago

Compilation is broken even on Arch linux based distros without this PR (#222 is needed as well to successfully compile).

Entropy512 commented 10 months ago

I can confirm that this patch is also needed on Ubuntu 23.10

Beep6581 commented 3 months ago

Merged, thank you for the PR and apologies it took so long to merge.