summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-16 19:39:55 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-16 19:40:25 +0200
commit0c33ffb21f7f239eb1ff07766911d21bccf9236b (patch)
tree7e342f4036ce6292ea16ec826522fa614f764d26 /svx
parentaf69e72e1d6c04e23f17c4d1e58aa891b95611ee (diff)
svdotxat.cxx: MSVC needs set included
Change-Id: I8cc16c16c3884c5451b643b7de848aad15f02fcf
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdotxat.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdotxat.cxx b/svx/source/svdraw/svdotxat.cxx
index 9a6338f27750..48541e778093 100644
--- a/svx/source/svdraw/svdotxat.cxx
+++ b/svx/source/svdraw/svdotxat.cxx
@@ -57,6 +57,8 @@
#include <editeng/numitem.hxx>
#include <editeng/postitem.hxx>
+#include <set>
+
bool SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, bool bHgt, bool bWdt) const
{