summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-20 13:40:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-20 13:40:05 +0200
commit6b93fc9920299adfbf1401cc7c214486db140fe9 (patch)
treeba11bbf176b83d37d992add18972faafbf687d9b
parenta5236104672ccbb9f7f9c1b4dc70bea95ca5abf6 (diff)
Missing include (Windows --disble-pch)
Change-Id: I4cd8bdcd93d1c92aa4983e36566ca8aa7ddec5e3
-rw-r--r--vcl/inc/CommonSalLayout.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx
index cd43becfc75b..c16bd87b1224 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>