diff loader/dshow/outputpin.c @ 1063:269780d31b51

added missing 'using namespace std;' for gcc 3.0
author arpi_esp
date Sat, 09 Jun 2001 00:10:50 +0000
parents 9355b2ae634e
children da26060c81ef
line wrap: on
line diff
--- a/loader/dshow/outputpin.c	Sat Jun 09 00:00:57 2001 +0000
+++ b/loader/dshow/outputpin.c	Sat Jun 09 00:10:50 2001 +0000
@@ -1,6 +1,7 @@
 
 #include <cstdio>
-#include <string>
+#include <cstring>
+//#include <string>
 
 #include "outputpin.h"
 #include "allocator.h"
@@ -12,6 +13,8 @@
     Returned by COutputPin through call IPin::EnumMediaTypes().
 */
 
+using namespace std;
+
 class CEnumMediaTypes: public IEnumMediaTypes
 {
     AM_MEDIA_TYPE type;