diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-29 10:32:37 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-29 10:33:05 -0400 |
commit | 3d9920bfb805d8de561b397a032c8b55bbacd695 (patch) | |
tree | 1826c9cd1c75e095e55bb270e5a3060c080cfebc /chart2 | |
parent | b18ae9085ccb101b757bd9926dd58012b327b6f9 (diff) |
Add missing header.
Change-Id: I15f43e18bc20b8ddfd20b39bd4725519a2a8ae61
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 62f189a55c41..0249a658e34f 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -13,6 +13,8 @@ #include <com/sun/star/chart2/data/XDataSequence.hpp> #include <com/sun/star/chart2/data/LabelOrigin.hpp> +#include <stdio.h> + using namespace com::sun::star; namespace chart { |