Kaydet (Commit) 6b93fc99 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing include (Windows --disble-pch)

Change-Id: I4cd8bdcd93d1c92aa4983e36566ca8aa7ddec5e3
üst a5236104
...@@ -20,11 +20,12 @@ ...@@ -20,11 +20,12 @@
#ifndef INCLUDED_VCL_INC_COMMONSALLAYOUT_HXX #ifndef INCLUDED_VCL_INC_COMMONSALLAYOUT_HXX
#define INCLUDED_VCL_INC_COMMONSALLAYOUT_HXX #define INCLUDED_VCL_INC_COMMONSALLAYOUT_HXX
#include <com/sun/star/i18n/XBreakIterator.hpp>
#ifdef _WIN32 #ifdef _WIN32
#include "win/winlayout.hxx" #include "win/winlayout.hxx"
#elif defined(MACOSX) || defined(IOS) #elif defined(MACOSX) || defined(IOS)
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include "quartz/ctfonts.hxx" #include "quartz/ctfonts.hxx"
#include <hb-coretext.h> #include <hb-coretext.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment