diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-10 13:30:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-10 13:30:56 +0200 |
commit | fb841f76fc9d887cfff0301ddaeb51a0995c243b (patch) | |
tree | 035a7d91409c3ab99833de391586392d8be37c34 | |
parent | 916260dcbe84fcde76ee66c752391123f44ea4da (diff) |
Missing include
Change-Id: I7c0616ffefb00d45342013acc28460dcf76476cb
-rw-r--r-- | avmedia/source/vlc/vlcuno.cxx | 3 |
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> |