$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 {
 
 
