summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-03-09 14:07:33 +0000
committerOliver Bolte <obo@openoffice.org>2009-03-09 14:07:33 +0000
commit52249585a629419230e9727da04b3e2bdcbf229b (patch)
tree2e0222ebdf6bb2e825cd4ff7c860eafeb8141801
parentc71ae1fb222b03c0a75ee1d9010736ac45eadd58 (diff)
#i10000# includes missing
-rw-r--r--sw/inc/PostItMgr.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index d2e26cb908..c6b1f50e38 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -38,9 +38,11 @@
#include <svx/outlobj.hxx>
#include <tools/string.hxx>
#include <tools/link.hxx>
+#include <tools/debug.hxx>
#include <swrect.hxx>
#include <unotools/configitem.hxx>
#include <com/sun/star/util/SearchOptions.hpp>
+#include <com/sun/star/uno/Any.hxx>
class SwWrtShell;
class SwDoc;