changeset 2074:478563b334e3

iosteram included for cout/cerr
author arpi
date Thu, 04 Oct 2001 15:37:13 +0000
parents 8500ef44bf5c
children 41d7cd00cbae
files loader/dshow/DS_VideoDecoder.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDecoder.c	Thu Oct 04 14:47:38 2001 +0000
+++ b/loader/dshow/DS_VideoDecoder.c	Thu Oct 04 15:37:13 2001 +0000
@@ -20,7 +20,7 @@
 #include <sys/mman.h>
 
 //#include <cstdio>
-//#include <iostream>
+#include <iostream>
 //#include <strstream>
 
 #define __MODULE__ "DirectShow_VideoDecoder"