Files
pkgsrc-ng/time/glclock/patches/patch-MString.H
2013-09-26 17:14:40 +02:00

22 lines
400 B
C

$NetBSD: patch-MString.H,v 1.1 2011/11/25 22:19:56 joerg Exp $
--- MString.H.orig 2011-11-25 18:07:40.000000000 +0000
+++ MString.H
@@ -66,7 +66,7 @@
#ifndef ___STRING_H___
#define ___STRING_H___
-#include <iostream.h>
+#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -75,6 +75,7 @@
#include "Define.H"
+using namespace std;
//#define STRING_DEBUG