summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-10 13:30:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-10 13:30:56 +0200
commitfb841f76fc9d887cfff0301ddaeb51a0995c243b (patch)
tree035a7d91409c3ab99833de391586392d8be37c34 /avmedia
parent916260dcbe84fcde76ee66c752391123f44ea4da (diff)
Missing include
Change-Id: I7c0616ffefb00d45342013acc28460dcf76476cb
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/vlc/vlcuno.cxx3
1 files changed, 3 insertions, 0 deletions
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>