mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
b87ad4546b
PR: 58876 Submitted by: Ports Fury
13 lines
285 B
C++
13 lines
285 B
C++
--- cmn/area.cpp.orig Wed Mar 19 10:04:22 2003
|
|
+++ cmn/area.cpp Sat Oct 25 21:39:50 2003
|
|
@@ -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"
|