From 71f595e255709082f918cacfb1f4b420ba2fee5a Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 22 Jan 2010 20:26:11 +0000 Subject: [PATCH] Fixed gcc4.4 FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1078760 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/stats/ChartDrawer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/stats/ChartDrawer.h b/plugins/stats/ChartDrawer.h index 741240e..44b8d9f 100644 --- a/plugins/stats/ChartDrawer.h +++ b/plugins/stats/ChartDrawer.h @@ -21,6 +21,8 @@ #ifndef CHARTDRAWER_H_ #define CHARTDRAWER_H_ +#include + #include #include #include