freebsd-ports/math/kaskade/files/patch-sources_dict.h

12 lines
218 B
C
Raw Normal View History

--- ./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"