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

Stephan Bergmann sbergman at redhat.com
Thu Oct 20 11:40:40 UTC 2016


 vcl/inc/CommonSalLayout.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 6b93fc9920299adfbf1401cc7c214486db140fe9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Oct 20 13:40:05 2016 +0200

    Missing include (Windows --disble-pch)
    
    Change-Id: I4cd8bdcd93d1c92aa4983e36566ca8aa7ddec5e3

diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx
index cd43bec..c16bd87 100644
--- a/vcl/inc/CommonSalLayout.hxx
+++ b/vcl/inc/CommonSalLayout.hxx
@@ -20,11 +20,12 @@
 #ifndef INCLUDED_VCL_INC_COMMONSALLAYOUT_HXX
 #define INCLUDED_VCL_INC_COMMONSALLAYOUT_HXX
 
+#include <com/sun/star/i18n/XBreakIterator.hpp>
+
 #ifdef _WIN32
 #include "win/winlayout.hxx"
 
 #elif defined(MACOSX) || defined(IOS)
-#include <com/sun/star/i18n/XBreakIterator.hpp>
 #include "quartz/ctfonts.hxx"
 #include <hb-coretext.h>
 


More information about the Libreoffice-commits mailing list