2013-09-26 17:14:40 +02:00

18 lines
373 B
Plaintext

$NetBSD: patch-ae,v 1.2 2005/01/25 16:02:26 xtraeme Exp $
--- cmn/role.cpp.orig 2000-01-19 12:54:34.000000000 -0800
+++ cmn/role.cpp 2003-11-22 10:55:47.000000000 -0800
@@ -29,9 +29,10 @@
#include "stdafx.h"
-#include <iostream.h>
+#include <iostream>
+using namespace std;
#if X11
-#include <strstream.h>
+#include <strstream>
#include <time.h>
#endif
#if WIN32