[Libreoffice-commits] .: svx/source

Michael Stahl mst at kemper.freedesktop.org
Thu Aug 16 10:42:20 PDT 2012


 svx/source/svdraw/svdotxat.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0c33ffb21f7f239eb1ff07766911d21bccf9236b
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Aug 16 19:39:55 2012 +0200

    svdotxat.cxx: MSVC needs set included
    
    Change-Id: I8cc16c16c3884c5451b643b7de848aad15f02fcf

diff --git a/svx/source/svdraw/svdotxat.cxx b/svx/source/svdraw/svdotxat.cxx
index 9a6338f..48541e7 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
 {


More information about the Libreoffice-commits mailing list