From e84fe33ad0f3217e0cc4f9305226358d3daf32b6 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Wed, 25 Nov 2015 10:16:04 +0100 Subject: [PATCH] Include cmath for std::fabs --- lib/checkfunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/checkfunctions.cpp b/lib/checkfunctions.cpp index 2542a7f7d..dc2898266 100644 --- a/lib/checkfunctions.cpp +++ b/lib/checkfunctions.cpp @@ -22,6 +22,7 @@ #include "checkfunctions.h" #include "symboldatabase.h" +#include //---------------------------------------------------------------------------