From df00131a6234c94d3d2b437ebffb7fd43f39f62b Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 26 Aug 2011 18:19:59 +1000 Subject: [PATCH] and then forgot to include cmath --- Graphs/gFooBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphs/gFooBar.cpp b/Graphs/gFooBar.cpp index 1812fac7..1f32fb82 100644 --- a/Graphs/gFooBar.cpp +++ b/Graphs/gFooBar.cpp @@ -3,7 +3,7 @@ Copyright (c)2011 Mark Watkins License: GPL */ - +#include #include "gFooBar.h" gShadowArea::gShadowArea(QColor shadow_color)