MegaFuse
MegaFuse copied to clipboard
Included cmath to resolve failed build on Ubuntu 17.04
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.