$OpenBSD: patch-cmn_locator_h,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- cmn/locator.h.orig	Sat Mar 22 20:35:30 2003
+++ cmn/locator.h	Fri Dec  7 14:48:13 2007
@@ -47,8 +47,10 @@ the world. */
 
 
 // Include Files
-#include <iostream.h>
+#include <iostream>
 
+using namespace std;
+
 #include "utils.h"
 #include "coord.h"
 #include "id.h"
@@ -96,6 +98,11 @@ class SoundRequest;
 #define OL_RECENT_SOUNDS_MAX 30
 
 
+class OLgridEntry;
+#if X11
+class OLshadowEntry;
+#endif
+
 
 // An entry for one object in the list of all objects currently in the game.
 class OLentry {
