$NetBSD: patch-al,v 1.1.1.1 2005/02/28 12:37:30 spz Exp $

--- src/irr/autnum.hh.orig	2005-02-26 11:41:12.000000000 +0100
+++ src/irr/autnum.hh
@@ -334,7 +334,7 @@ protected:
 	  }
 	else
 	  {
-	  cerr << "Internal Error!" << endl;
+	  std::cerr << "Internal Error!" << std::endl;
 	  abort();
 	  }
     return false;
@@ -348,7 +348,7 @@ public:
       peerAS(_peerAS) {
 	// Has to be called here again in order to get things right!
 	// It's not perfect but it works
-	first();	
+	AttrIterator<AttrType>::first();	
    }
 };
 
