summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_VideoDec.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/DS_VideoDec.c')
-rw-r--r--loader/dshow/DS_VideoDec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/dshow/DS_VideoDec.c b/loader/dshow/DS_VideoDec.c
index 2d4e8e11f8..6f3cfd6164 100644
--- a/loader/dshow/DS_VideoDec.c
+++ b/loader/dshow/DS_VideoDec.c
@@ -14,6 +14,8 @@
#include <except.h>
#define __MODULE__ "DirectShow_VideoDecoder"
+using namespace std;
+
#include <errno.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>