summaryrefslogtreecommitdiff
path: root/multimedia/kdemultimedia3/patches/patch-cx
blob: b1395e09061ea4394ef4bec9f1255dd90bed7c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-cx,v 1.1.1.1 2004/01/26 15:42:43 jmmv Exp $

--- mpeglib/lib/mpegplay/recon.h.orig	2003-11-08 14:08:31.000000000 +0100
+++ mpeglib/lib/mpegplay/recon.h	2003-11-08 14:08:41.000000000 +0100
@@ -15,11 +15,13 @@
 #define __RECON_H
 
 
-#include <iostream.h>
+#include <iostream>
 #include "../util/render/pictureArray.h"
 #include "copyFunctions.h"
 #include "videoDecoder.h"
 
+using namespace std;
+
 class Recon {