pdollar / toolbox

Piotr's Image & Video Matlab Toolbox
849 stars 500 forks source link

Fix: size_t not found while compiling on macOS and Ubuntu #31

Open cybertk opened 7 years ago

cybertk commented 7 years ago

size_t and calloc() cannot find while compiling on macOS 10.12 and Ubuntu 16.04.

Fixed by including related headers.