avmedia/source/vlc/vlcuno.cxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit fb841f76fc9d887cfff0301ddaeb51a0995c243b Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Sep 10 13:30:56 2018 +0200 Commit: Stephan Bergmann <sberg...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits