1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/math/kaskade/files/patch-sources_alloc.h
Thierry Thomas 777026ca2d Unbreak with gcc 3.4.
Approved by:	portmgr (marcus)
2005-08-17 05:22:58 +00:00

13 lines
241 B
C

--- ./sources/alloc.h.orig Fri Dec 10 15:19:05 1999
+++ ./sources/alloc.h Tue Aug 16 22:42:54 2005
@@ -3,7 +3,8 @@
#ifndef ALLOC_H
#define ALLOC_H
-#include <iostream.h>
+#include <iostream>
+using namespace std;
#include "stack.h"