From 87474b84673277ac5d158c1f974396b200b33942 Mon Sep 17 00:00:00 2001 From: Alex Pisarenco Date: Tue, 6 Jun 2017 13:20:47 +0200 Subject: [PATCH] Included cmath to resolve failed build on Ubuntu 17.04 --- 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..9c17684 100644 --- a/src/file_cache_row.cpp +++ b/src/file_cache_row.cpp @@ -5,6 +5,7 @@ #include "file_cache_row.h" #include "Config.h" #include +#include #include #include