mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
b87ad4546b
PR: 58876 Submitted by: Ports Fury
13 lines
246 B
C++
13 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"
|