diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-10 09:26:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-10 09:26:05 +0200 |
commit | 4f9674beaaa51b85d8405cf5d125ca19d55c1b32 (patch) | |
tree | 1665352543680a41a208b37b952dde542f3bbc63 /avmedia | |
parent | b7c7bd3de0fdadaf5e4769e0759d68ad17fb7bd0 (diff) |
Missing include
Change-Id: Icd3b57c4ae3dd79f4e57b72f9b241f15060322cf
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/mediamisc.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/avmedia/source/framework/mediamisc.cxx b/avmedia/source/framework/mediamisc.cxx index d3e9199bc026..7fd6a9c61c6f 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() |