summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-22 20:26:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-22 20:26:11 +0000
commit71f595e255709082f918cacfb1f4b420ba2fee5a (patch)
tree070c8e23d205535b3ab641a93f63e6770def6546
parent42f001e16f1da873a80f80896e3637efbbb33b59 (diff)
downloadktorrent-71f595e2.tar.gz
ktorrent-71f595e2.zip
Fixed gcc4.4 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1078760 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--plugins/stats/ChartDrawer.h2
1 files changed, 2 insertions, 0 deletions
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 <stdint.h>
+
#include <qwidget.h>
#include <qpainter.h>
#include <qstring.h>