diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-10-08 11:33:06 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-10-08 11:33:06 +0200 |
commit | 8d1749430fa4158d402e8f8ab540f5e41d468981 (patch) | |
tree | d00951ebaeee7f5b33fc5c1433c32f4dc9685e72 /sfx2/source/control | |
parent | 5a890f4a2cbd05e17bbae40469758848c4081b49 (diff) |
Fix build.
Change-Id: I9676e38029c511678efed1679f9488f1f15f4f8d
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 662114fe7b52..9bcbcea23353 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -64,6 +64,8 @@ #include <boost/scoped_ptr.hpp> +#include <iostream> + using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; |