mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-15 07:18:23 -04:00
26 lines
549 B
Plaintext
26 lines
549 B
Plaintext
$NetBSD: patch-ab,v 1.1 2003/10/07 18:20:16 jschauma Exp $
|
|
|
|
--- delcher.h.orig 2003-10-07 14:07:00.000000000 -0400
|
|
+++ delcher.h 2003-10-07 14:07:35.000000000 -0400
|
|
@@ -18,9 +18,9 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#include <iostream.h>
|
|
-#include <iomanip.h>
|
|
-#include <fstream.h>
|
|
+#include <iostream>
|
|
+#include <iomanip>
|
|
+#include <fstream>
|
|
#include <math.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
@@ -31,6 +31,7 @@
|
|
#include <errno.h>
|
|
#include <unistd.h>
|
|
|
|
+using namespace std;
|
|
|
|
#define TRUE 1
|
|
#define FALSE 0
|