[Libreoffice-commits] core.git: desktop/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 18:07:29 UTC 2018


 desktop/source/app/app.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1173f5da013fa1652363ddaadbe8c0859f0050a2
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Dec 10 19:07:01 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Dec 10 19:07:01 2018 +0100

    missing include (--enable-breakpad)
    
    Change-Id: I9c720c109893fac671006ad7b3b2c58b397cc744

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>


More information about the Libreoffice-commits mailing list