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 /unotools/inc/pch | |
parent | 9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (diff) |
update_pch
Change-Id: I5316693452427ed76a7738b090de023b110caa40
Diffstat (limited to 'unotools/inc/pch')
-rw-r--r-- | unotools/inc/pch/precompiled_utl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/inc/pch/precompiled_utl.hxx b/unotools/inc/pch/precompiled_utl.hxx index 5cb204a2b2f2..4fcd5815e615 100644 --- a/unotools/inc/pch/precompiled_utl.hxx +++ b/unotools/inc/pch/precompiled_utl.hxx @@ -146,6 +146,7 @@ #include <map> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/Recovery.hxx> +#include <osl/detail/file.h> #include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/mutex.hxx> @@ -195,4 +196,5 @@ #include <ucbhelper/interceptedinteraction.hxx> #include <uno/data.h> #include <vector> + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |