diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-10-30 13:57:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-10-30 13:57:19 +0000 |
commit | fed0a6af8ade7cec1e6431d78fe4c944da0a8e63 (patch) | |
tree | 1e45e46e65e5a9efcce259ccbf2fc5c84a99b497 /math/graphthing/files/patch-src-gt-bison.y | |
parent | Fix build by removing declaration for deprecated and unreferenced (diff) |
Fix Build on -CURRENT
Diffstat (limited to '')
-rw-r--r-- | math/graphthing/files/patch-src-gt-bison.y | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/graphthing/files/patch-src-gt-bison.y b/math/graphthing/files/patch-src-gt-bison.y new file mode 100644 index 000000000000..27757727d8d8 --- /dev/null +++ b/math/graphthing/files/patch-src-gt-bison.y @@ -0,0 +1,10 @@ +--- src/gt-bison.y.orig Fri Oct 25 16:16:17 2002 ++++ src/gt-bison.y Fri Oct 25 16:16:37 2002 +@@ -1,6 +1,7 @@ + %{ + #include <stdio.h> + #include <string.h> ++#include <iostream> + #include "edge.h" + #include "graph.h" + #include "vertex.h" |