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

12 lines
246 B
C++

--- cmn/world.cpp.orig Wed Jan 19 21:15:08 2000
+++ cmn/world.cpp Sat Oct 25 21:45:40 2003
@@ -35,7 +35,8 @@
#endif
// Include Files.
-#include <iostream.h>
+#include <iostream>
+using namespace std;
#include "utils.h"
#include "coord.h"