CarVac / librtprocess

A project to make RawTherapee's processing algorithms more readily available.
Other
51 stars 23 forks source link

Fix include for size_t #69

Closed hfiguiere closed 2 years ago

hfiguiere commented 2 years ago

On recent gcc, size_t is no longer implicitly defined in the headers already included. stddef.h needs to be included.