vcl/inc/sallayout.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
New commits: commit 94cddab6bf54229149fe3026121b91aabdcf3d9b Author: Chris Sherlock <chris.sherloc...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits