From 860e001458f93b0568562aa5a2400d8d421c4aef Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 30 Nov 2012 09:30:51 +0100 Subject: Missing include Change-Id: I55ed111ca1a492fb2467bb1b987ae79120309aaa --- sdext/source/presenter/PresenterTimer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sdext/source') diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx index ad9992ad5529..41d896237732 100644 --- a/sdext/source/presenter/PresenterTimer.cxx +++ b/sdext/source/presenter/PresenterTimer.cxx @@ -24,6 +24,7 @@ #include #include #include +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -- cgit