comparison loader/dshow/DS_AudioDec.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 45778577e6aa
children 1485ab9af8a1
comparison
equal deleted inserted replaced
1062:936b28a365e6 1063:269780d31b51
11 //#include "DS_AudioDecoder.h" 11 //#include "DS_AudioDecoder.h"
12 #include <string.h> 12 #include <string.h>
13 #include <stdlib.h> 13 #include <stdlib.h>
14 #include <except.h> 14 #include <except.h>
15 #define __MODULE__ "DirectShow_AudioDecoder" 15 #define __MODULE__ "DirectShow_AudioDecoder"
16
17 using namespace std;
16 18
17 #include <errno.h> 19 #include <errno.h>
18 #ifdef HAVE_MALLOC_H 20 #ifdef HAVE_MALLOC_H
19 #include <malloc.h> 21 #include <malloc.h>
20 #endif 22 #endif