MegaFuse icon indicating copy to clipboard operation
MegaFuse copied to clipboard

Included cmath to resolve failed build on Ubuntu 17.04

Open apisarenco opened this issue 7 years ago • 0 comments

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.

apisarenco avatar Jun 06 '17 11:06 apisarenco