diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx index 2dd9925abd72..34514788d949 100644 --- a/vcl/source/gdi/CommonSalLayout.cxx +++ b/vcl/source/gdi/CommonSalLayout.cxx @@ -19,7 +19,6 @@ #include "CommonSalLayout.hxx" -#include #include #include #include @@ -39,6 +38,10 @@ T lround(T x) } #endif +#ifdef _WIN32 +# include +#endif + static hb_blob_t* getFontTable(hb_face_t* /*face*/, hb_tag_t nTableTag, void* pUserData) {