diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-22 20:26:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-22 20:26:11 +0000 |
commit | 71f595e255709082f918cacfb1f4b420ba2fee5a (patch) | |
tree | 070c8e23d205535b3ab641a93f63e6770def6546 | |
parent | 42f001e16f1da873a80f80896e3637efbbb33b59 (diff) | |
download | ktorrent-71f595e255709082f918cacfb1f4b420ba2fee5a.tar.gz ktorrent-71f595e255709082f918cacfb1f4b420ba2fee5a.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.h | 2 |
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> |