vcl/inc/PhysicalFontCollection.hxx | 1 + vcl/inc/PhysicalFontFamily.hxx | 1 + vcl/qt5/Qt5FontFace.cxx | 4 ++++ 3 files changed, 6 insertions(+)
New commits: commit ecdf05d1b93529a0b1edda04d0f89c08cf580308 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Nov 27 17:11:45 2018 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Nov 27 17:11:45 2018 +0100 missing declarations/includes Change-Id: I3a9b99011467bdfe34825da24ffdf9179a3bb194 diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index 9fc08ff4a40b..87b94fe2ce3b 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.hxx @@ -28,6 +28,7 @@ #define MAX_GLYPHFALLBACK 16 +class ImplDeviceFontSizeList; class ImplGlyphFallbackFontSubstitution; class ImplPreMatchFontSubstitution; diff --git a/vcl/inc/PhysicalFontFamily.hxx b/vcl/inc/PhysicalFontFamily.hxx index 88437a58f8b0..496cbe73cbc9 100644 --- a/vcl/inc/PhysicalFontFamily.hxx +++ b/vcl/inc/PhysicalFontFamily.hxx @@ -28,6 +28,7 @@ #include "PhysicalFontFace.hxx" +class ImplDeviceFontList; class PhysicalFontFace; class PhysicalFontCollection; diff --git a/vcl/qt5/Qt5FontFace.cxx b/vcl/qt5/Qt5FontFace.cxx index 50a73b91c4df..e7b6a6ebf9b7 100644 --- a/vcl/qt5/Qt5FontFace.cxx +++ b/vcl/qt5/Qt5FontFace.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <unotools/fontdefs.hxx> + #include <Qt5FontFace.hxx> #include <Qt5Font.hxx> #include <Qt5Tools.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits