[Libreoffice-commits] core.git: vcl/inc

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 27 04:18:34 PST 2016


 vcl/inc/sallayout.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 94cddab6bf54229149fe3026121b91aabdcf3d9b
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Jan 27 23:17:53 2016 +1100

    vcl: put back std headers into sallayout.hxx
    
    Change-Id: I87d87f5d2215912d07f79993885462462addc0bc

diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx
index 8c750ae..797805e 100644
--- a/vcl/inc/sallayout.hxx
+++ b/vcl/inc/sallayout.hxx
@@ -20,7 +20,9 @@
 #ifndef INCLUDED_VCL_INC_SALLAYOUT_HXX
 #define INCLUDED_VCL_INC_SALLAYOUT_HXX
 
+#include <iostream>
 #include <list>
+#include <vector>
 
 #include <basegfx/polygon/b2dpolypolygon.hxx>
 #include <i18nlangtag/languagetag.hxx>
@@ -31,10 +33,10 @@
 
 #include "salglyphid.hxx"
 
-typedef unsigned short LanguageType;
-
 #define MAX_FALLBACK 16
 
+typedef unsigned short LanguageType;
+
 class SalGraphics;
 class PhysicalFontFace;
 enum class SalLayoutFlags;


More information about the Libreoffice-commits mailing list