diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 1 | ||||
-rw-r--r-- | desktop/source/app/dispatchwatcher.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/dp_persmap.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index cb67abaa8fd9..e459ccdace81 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -99,6 +99,7 @@ #include <officecfg/Setup.hxx> #include <osl/file.hxx> #include <osl/process.h> +#include <rtl/byteseq.hxx> #include <rtl/uri.hxx> #include <unotools/pathoptions.hxx> #include <svtools/miscopt.hxx> diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx index 6438bf7f3ef8..d45b6ab12f9d 100644 --- a/desktop/source/app/dispatchwatcher.cxx +++ b/desktop/source/app/dispatchwatcher.cxx @@ -61,6 +61,7 @@ #include <osl/thread.hxx> #include <osl/file.hxx> #include <osl/file.h> +#include <rtl/byteseq.hxx> #include <iostream> using namespace ::osl; diff --git a/desktop/source/deployment/dp_persmap.cxx b/desktop/source/deployment/dp_persmap.cxx index 83074def69eb..c06c63656e6f 100644 --- a/desktop/source/deployment/dp_persmap.cxx +++ b/desktop/source/deployment/dp_persmap.cxx @@ -19,6 +19,7 @@ #include <dp_misc.h> #include <dp_persmap.h> +#include <rtl/byteseq.hxx> #include <rtl/strbuf.hxx> using namespace ::rtl; |