From 596c3b459d2e1976ac4ac4e10f152c6353e79e36 Mon Sep 17 00:00:00 2001 From: Aurimas FiĊĦeras Date: Thu, 9 May 2013 09:50:56 +0300 Subject: Update pch Change-Id: I7c0c9158eb17cb79ffceae6770b4c513d57b3817 Reviewed-on: https://gerrit.libreoffice.org/3831 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- vcl/inc/pch/precompiled_vcl.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vcl/inc/pch/precompiled_vcl.hxx') diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index e92c80d73ac2..8b49d625fcf7 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -65,6 +65,8 @@ #include "com/sun/star/lang/XServiceName.hpp" #include "com/sun/star/lang/XSingleServiceFactory.hpp" #include "com/sun/star/linguistic2/LinguServiceManager.hpp" +#include "com/sun/star/packages/zip/ZipFileAccess.hpp" +#include "com/sun/star/rendering/CanvasFactory.hpp" #include "com/sun/star/rendering/XCanvas.hpp" #include "com/sun/star/rendering/XSpriteCanvas.hpp" #include "com/sun/star/script/XInvocation.hpp" @@ -207,11 +209,11 @@ #include #include #include +#include +#include #include #include #include -#include -#include #include #include #include @@ -235,6 +237,7 @@ #include #include #include +#include #include #include #include -- cgit