From eccaf8bec0cef97e28c9bd1d354309d878407803 Mon Sep 17 00:00:00 2001 From: neilbags Date: Mon, 4 Sep 2017 09:49:57 +1000 Subject: [PATCH] include cmath to resolve missing ceil() --- src/file_cache_row.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/file_cache_row.cpp b/src/file_cache_row.cpp index 4d0e096..6eeb532 100644 --- a/src/file_cache_row.cpp +++ b/src/file_cache_row.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #include