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

12 lines
262 B
C

--- cmn/game.h.dist Sat Mar 22 20:44:32 2003
+++ cmn/game.h Sat Oct 25 21:40:54 2003
@@ -35,7 +35,8 @@
extern "C" {
#include <time.h>
}
-#include <iostream.h>
+#include <iostream>
+using namespace std;
#include "utils.h"
#include "ui.h"
#include "world.h"