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

11 lines
218 B
C++

--- ./sources/dlist.h.orig Tue Dec 14 13:48:01 1999
+++ ./sources/dlist.h Tue Aug 16 22:50:10 2005
@@ -3,7 +3,7 @@
#ifndef DLIST_H
#define DLIST_H
-#include <iostream.h>
+#include <iostream>
template<class T>