diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-10 19:07:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-10 19:07:01 +0100 |
commit | 1173f5da013fa1652363ddaadbe8c0859f0050a2 (patch) | |
tree | e6713679c9d4c77fa5bc1ba29b3aeb036b94decf /desktop | |
parent | e34fd6f86f15c96bb42466cc4179f1288863a428 (diff) |
missing include (--enable-breakpad)
Change-Id: I9c720c109893fac671006ad7b3b2c58b397cc744
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 2291aeb171f4..1d5554a49ce8 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -45,6 +45,7 @@ #include "updater.hxx" #endif +#include <i18nlangtag/languagetag.hxx> #include <o3tl/runtimetooustring.hxx> #include <svl/languageoptions.hxx> #include <svtools/javacontext.hxx> |