freebsd-ports/games/xevil/files/patch-cmn::role.cpp
Kirill Ponomarev b87ad4546b - Fix build on -current
PR:		58876
Submitted by:	Ports Fury
2003-11-03 18:59:15 +00:00

15 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