mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
b87ad4546b
PR: 58876 Submitted by: Ports Fury
16 lines
292 B
C++
16 lines
292 B
C++
--- cmn/role.cpp.orig Wed Jan 19 12:54:34 2000
|
|
+++ cmn/role.cpp Sat Oct 25 21:43:43 2003
|
|
@@ -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
|