mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
$NetBSD: patch-ad,v 1.2 2005/01/25 16:02:26 xtraeme Exp $
|
|
|
|
--- cmn/area.cpp.orig 2003-11-22 10:53:19.000000000 -0800
|
|
+++ cmn/area.cpp 2003-11-22 10:53:47.000000000 -0800
|
|
@@ -34,7 +34,8 @@
|
|
extern "C" {
|
|
#include <limits.h> // For INT_MAX
|
|
}
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
#include "utils.h"
|
|
#include "coord.h"
|
|
#include "area.h"
|