From 1ea04737018bbc825b6ab0e26ea06aa3b087a0eb Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 24 Apr 2014 08:26:49 +1000 Subject: [PATCH] Added missing cmath header to gGraph --- sleepyhead/Graphs/gGraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sleepyhead/Graphs/gGraph.cpp b/sleepyhead/Graphs/gGraph.cpp index 561f281d..e2ceffdb 100644 --- a/sleepyhead/Graphs/gGraph.cpp +++ b/sleepyhead/Graphs/gGraph.cpp @@ -11,6 +11,7 @@ #include #include +#include #include "mainwindow.h" #include "Graphs/gGraphView.h"