From 417581c3183aef50af172b2fcd5ca32a11710d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 1 Nov 2013 08:52:25 +0000 Subject: [PATCH] fix includes for rhel-6 --- libreoffice-rhel6limits.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libreoffice-rhel6limits.patch b/libreoffice-rhel6limits.patch index 5004904..7cd3bcc 100644 --- a/libreoffice-rhel6limits.patch +++ b/libreoffice-rhel6limits.patch @@ -1,9 +1,12 @@ --- a/basic/source/classes/propacc.cxx 2013-02-11 12:23:01.571839617 +0000 +++ b/basic/source/classes/propacc.cxx 2013-02-11 12:23:04.808850284 +0000 -@@ -22,6 +22,7 @@ +@@ -21,8 +21,9 @@ + #include "propacc.hxx" #include - #include +-#include + #include ++#include +#include using com::sun::star::uno::Reference;