diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:52:41 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:53:10 +0200 |
commit | 5e62d30fa2a23c916402388ab8157d365b47230f (patch) | |
tree | 10243eb29731dfb7b5f0977b239280c382eaf648 /svtools | |
parent | 9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (diff) |
update_pch
Change-Id: I5316693452427ed76a7738b090de023b110caa40
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index 98a538d6fb5b..6617d308ba16 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -262,6 +262,7 @@ #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> +#include <config_features.h> #include <config_folders.h> #include <config_oauth2.h> #include <cppuhelper/factory.hxx> @@ -376,6 +377,7 @@ #include <tools/multisel.hxx> #include <tools/poly.hxx> #include <tools/rcid.h> +#include <tools/resary.hxx> #include <tools/resid.hxx> #include <tools/resmgr.hxx> #include <tools/rtti.hxx> @@ -486,4 +488,5 @@ #include <vcl/wrkwin.hxx> #include <vcl/xtextedt.hxx> #include <vector> + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |