From ed90b56819740a506e48f2ad1764df28434227ea Mon Sep 17 00:00:00 2001 From: Steve Franke Date: Thu, 6 Dec 2018 11:11:57 -0600 Subject: [PATCH] cmath is needed --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 951710513..8675253f9 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -2,6 +2,7 @@ #include "mainwindow.h" #include #include +#include #include #include #include