freebsd-ports/math/kaskade/files/patch-sources_slist.h
Thierry Thomas 777026ca2d Unbreak with gcc 3.4.
Approved by:	portmgr (marcus)
2005-08-17 05:22:58 +00:00

12 lines
219 B
C++

--- ./sources/slist.h.orig Fri Dec 10 15:20:49 1999
+++ ./sources/slist.h Tue Aug 16 23:25:00 2005
@@ -3,7 +3,7 @@
#ifndef SLIST_H
#define SLIST_H
-#include <iostream.h>
+#include <iostream>
template<class T>