mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
$NetBSD: patch-common_video_iso-mpeg4_include_entropy_hpp,v 1.1 2011/12/22 14:44:42 dholland Exp $
|
|
|
|
Fix C++ headers.
|
|
|
|
--- common/video/iso-mpeg4/include/entropy.hpp~ 2005-06-17 20:07:56.000000000 +0000
|
|
+++ common/video/iso-mpeg4/include/entropy.hpp
|
|
@@ -39,8 +39,9 @@ Revision History:
|
|
#ifndef __ENTROPY_HPP_
|
|
#define __ENTROPY_HPP_
|
|
|
|
-#include <istream.h>
|
|
-#include <ostream.h>
|
|
+#include <istream>
|
|
+#include <ostream>
|
|
+using namespace std;
|
|
|
|
class CInBitStream;
|
|
class COutBitStream;
|