matteoserva / MegaFuse

MEGA client for linux, based on FUSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ceil not found, won't compile

asonix opened this issue · comments

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

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