matteoserva / MegaFuse

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

Included cmath to resolve failed build on Ubuntu 17.04 #80

Open apisarenco opened 7 years ago

apisarenco commented 7 years ago

Making a build, an compiler error was triggered:

src/file_cache_row.cpp:72:59: error: ‘ceil’ was not declared in this scope

Including cmath or math.h solves the issue.