From 017aa343a4eb47a7cf7cd129e223a13a94801b07 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 26 Nov 2015 22:43:40 +0100 Subject: Missing include Change-Id: I1516acb038f08479cdd4ffd42d5af1e7ec555d10 --- sdext/source/presenter/PresenterScrollBar.cxx | 1 + sdext/source/presenter/PresenterTextView.cxx | 1 + sdext/source/presenter/PresenterUIPainter.cxx | 4 ++++ 3 files changed, 6 insertions(+) (limited to 'sdext') diff --git a/sdext/source/presenter/PresenterScrollBar.cxx b/sdext/source/presenter/PresenterScrollBar.cxx index 8b63eda4edce..774b674ba5d7 100644 --- a/sdext/source/presenter/PresenterScrollBar.cxx +++ b/sdext/source/presenter/PresenterScrollBar.cxx @@ -32,6 +32,7 @@ #include #include #include +#include #include #include diff --git a/sdext/source/presenter/PresenterTextView.cxx b/sdext/source/presenter/PresenterTextView.cxx index 3498906727cb..8425180fadd9 100644 --- a/sdext/source/presenter/PresenterTextView.cxx +++ b/sdext/source/presenter/PresenterTextView.cxx @@ -22,6 +22,7 @@ #include "PresenterGeometryHelper.hxx" #include "PresenterTimer.hxx" +#include #include #include diff --git a/sdext/source/presenter/PresenterUIPainter.cxx b/sdext/source/presenter/PresenterUIPainter.cxx index e248a6dd755e..0041ef3a976b 100644 --- a/sdext/source/presenter/PresenterUIPainter.cxx +++ b/sdext/source/presenter/PresenterUIPainter.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include + #include "PresenterUIPainter.hxx" #include "PresenterCanvasHelper.hxx" -- cgit