From a18a1a454505193b922e1d5dc3215526f01f5efd Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Thu, 2 Jan 2014 23:52:37 +0100 Subject: Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- fpicker/source/office/iodlg.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fpicker/source/office/iodlg.cxx') diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 36f4a5abb07b..9792a865b0d2 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -73,6 +73,7 @@ #include #include #include +#include #include #include "com/sun/star/ucb/InteractiveAugmentedIOException.hpp" -- cgit