diff options
-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> |