diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-20 13:40:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-20 13:40:05 +0200 |
commit | 6b93fc9920299adfbf1401cc7c214486db140fe9 (patch) | |
tree | ba11bbf176b83d37d992add18972faafbf687d9b /vcl | |
parent | a5236104672ccbb9f7f9c1b4dc70bea95ca5abf6 (diff) |
Missing include (Windows --disble-pch)
Change-Id: I4cd8bdcd93d1c92aa4983e36566ca8aa7ddec5e3
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/CommonSalLayout.hxx | 3 |
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> |