summaryrefslogtreecommitdiff
path: root/chart2/source/view
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view')
-rw-r--r--chart2/source/view/charttypes/Splines.cxx1
-rw-r--r--chart2/source/view/main/Clipping.cxx2
-rw-r--r--chart2/source/view/main/PlotterBase.cxx1
3 files changed, 4 insertions, 0 deletions
diff --git a/chart2/source/view/charttypes/Splines.cxx b/chart2/source/view/charttypes/Splines.cxx
index 9992f9defd04..ee814eb6a356 100644
--- a/chart2/source/view/charttypes/Splines.cxx
+++ b/chart2/source/view/charttypes/Splines.cxx
@@ -19,6 +19,7 @@
#include "Splines.hxx"
#include <rtl/math.hxx>
+#include <osl/diagnose.h>
#include <vector>
#include <algorithm>
diff --git a/chart2/source/view/main/Clipping.cxx b/chart2/source/view/main/Clipping.cxx
index 85f876264745..d391c4f1fd99 100644
--- a/chart2/source/view/main/Clipping.cxx
+++ b/chart2/source/view/main/Clipping.cxx
@@ -21,6 +21,8 @@
#include "CommonConverters.hxx"
#include "BaseGFXHelper.hxx"
+#include <osl/diagnose.h>
+
#include <com/sun/star/drawing/Position3D.hpp>
#include <com/sun/star/drawing/DoubleSequence.hpp>
diff --git a/chart2/source/view/main/PlotterBase.cxx b/chart2/source/view/main/PlotterBase.cxx
index c27389910634..8d1334e128f5 100644
--- a/chart2/source/view/main/PlotterBase.cxx
+++ b/chart2/source/view/main/PlotterBase.cxx
@@ -21,6 +21,7 @@
#include "PlottingPositionHelper.hxx"
#include "AbstractShapeFactory.hxx"
#include <rtl/math.hxx>
+#include <osl/diagnose.h>
#include <com/sun/star/chart2/DataPointLabel.hpp>
namespace chart