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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 10 11:31:22 UTC 2018


 avmedia/source/vlc/vlcuno.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit fb841f76fc9d887cfff0301ddaeb51a0995c243b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 10 13:30:56 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 10 13:30:56 2018 +0200

    Missing include
    
    Change-Id: I7c0616ffefb00d45342013acc28460dcf76476cb

diff --git a/avmedia/source/vlc/vlcuno.cxx b/avmedia/source/vlc/vlcuno.cxx
index c9f1d7da1dd4..d894c1c1cdd0 100644
--- a/avmedia/source/vlc/vlcuno.cxx
+++ b/avmedia/source/vlc/vlcuno.cxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <com/sun/star/lang/XSingleServiceFactory.hpp>
 #include <comphelper/processfactory.hxx>
 #include <officecfg/Office/Common.hxx>
 #include <sal/log.hxx>


More information about the Libreoffice-commits mailing list