freebsd-ports/math/kaskade/files/patch-sources_dict.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/dict.h.orig Tue Dec 14 12:55:24 1999
+++ ./sources/dict.h Tue Aug 16 22:03:02 2005
@@ -4,7 +4,7 @@
#define DICT_H
-#include <iostream.h>
+#include <iostream>
#include <math.h>
#include "stack.h"