diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-08-26 09:50:32 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-08-26 09:50:32 +0100 |
commit | 170b1c663e2d65b06f9328f8268fac4a580dd570 (patch) | |
tree | 4804a3effe8d26b5ff2d9c8fe0ca54b70090b88a /avmedia/source | |
parent | 3162d9d430a32c0d51f3d1f0cac3e22f66ae43f2 (diff) |
avmedia - vlc: include iostream
Change-Id: I94cec00f12dd4287980e74ad984518faedc4bae3
Diffstat (limited to 'avmedia/source')
-rw-r--r-- | avmedia/source/vlc/vlcframegrabber.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/vlc/vlcframegrabber.cxx b/avmedia/source/vlc/vlcframegrabber.cxx index 4ccb8fa1ff83..a90a90803566 100644 --- a/avmedia/source/vlc/vlcframegrabber.cxx +++ b/avmedia/source/vlc/vlcframegrabber.cxx @@ -1,4 +1,5 @@ #include <boost/bind.hpp> +#include <iostream> #include <osl/conditn.hxx> #include <vcl/graph.hxx> #include <vcl/bmpacc.hxx> |