summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-30 09:30:51 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-30 09:30:51 +0100
commit860e001458f93b0568562aa5a2400d8d421c4aef (patch)
tree6180d65b994fd1734b47f2a0f65d56d5c546b038 /sdext
parent415a3dd3028e6e5f5167492b472ab0d5962dc737 (diff)
Missing include
Change-Id: I55ed111ca1a492fb2467bb1b987ae79120309aaa
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterTimer.cxx1
1 files changed, 1 insertions, 0 deletions
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 <boost/function.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <set>
+#include <iterator>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;