matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
249 stars 79 forks source link

ceil not found, won't compile #51

Open asonix opened 8 years ago

asonix commented 8 years ago

This won't compile on my machine since it can't find the declaration of ceil. This is fixed by adding #include <math.h> in file_cache_row.cpp

muammar commented 7 years ago

Thanks for this information. I confirm this fixed the problem when compiling.