[Libreoffice-commits] core.git: avmedia/source
Stephan Bergmann
sbergman at redhat.com
Thu Apr 10 00:26:36 PDT 2014
avmedia/source/framework/mediamisc.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 4f9674beaaa51b85d8405cf5d125ca19d55c1b32
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Apr 10 09:26:05 2014 +0200
Missing include
Change-Id: Icd3b57c4ae3dd79f4e57b72f9b241f15060322cf
diff --git a/avmedia/source/framework/mediamisc.cxx b/avmedia/source/framework/mediamisc.cxx
index d3e9199..7fd6a9c 100644
--- a/avmedia/source/framework/mediamisc.cxx
+++ b/avmedia/source/framework/mediamisc.cxx
@@ -22,6 +22,8 @@
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
+#include <mediamisc.hxx>
+
namespace avmedia {
ResMgr* GetResMgr()
More information about the Libreoffice-commits
mailing list