add missing includes
This commit is contained in:
parent
9b1eb33b50
commit
61085be023
30
0001-add-missing-includes.patch
Normal file
30
0001-add-missing-includes.patch
Normal file
@ -0,0 +1,30 @@
|
||||
From 75155bcf07d296352162d0b963493b4ba0238cca Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Mon, 18 May 2015 12:21:49 +0200
|
||||
Subject: [PATCH] add missing includes
|
||||
|
||||
Change-Id: I2b091eb8c407f032f15674338c917bbe7e06d15b
|
||||
---
|
||||
vcl/unx/generic/gdi/cairotextrender.cxx | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/vcl/unx/generic/gdi/cairotextrender.cxx b/vcl/unx/generic/gdi/cairotextrender.cxx
|
||||
index 24192da..20fcc1d 100644
|
||||
--- a/vcl/unx/generic/gdi/cairotextrender.cxx
|
||||
+++ b/vcl/unx/generic/gdi/cairotextrender.cxx
|
||||
@@ -22,10 +22,12 @@
|
||||
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/sysdata.hxx>
|
||||
+#include <vcl/svapp.hxx>
|
||||
|
||||
#include "generic/printergfx.hxx"
|
||||
#include "generic/genpspgraphics.h"
|
||||
#include "generic/geninst.h"
|
||||
+#include "generic/glyphcache.hxx"
|
||||
#include "PhysicalFontFace.hxx"
|
||||
#include "impfont.hxx"
|
||||
|
||||
--
|
||||
2.4.0
|
||||
|
@ -327,6 +327,7 @@ Patch16: 0001-disable-PSD-import-test-which-deadlocks-on-ARM.patch
|
||||
Patch17: 0001-ppc64-do-not-use-asm-block-to-retrieve-args.patch
|
||||
Patch18: 0001-java-dir-for-powepc64-and-powepc64le-can-differ.patch
|
||||
Patch19: 0002-java-dir-for-powepc64-and-powepc64le-can-differ.patch
|
||||
Patch20: 0001-add-missing-includes.patch
|
||||
|
||||
%define instdir %{_libdir}
|
||||
%define baseinstdir %{instdir}/libreoffice
|
||||
|
Loading…
Reference in New Issue
Block a user