aboutsummaryrefslogblamecommitdiff
path: root/math/graphthing/files/patch-src-gt-bison.y
blob: 27757727d8d819eba488618849e67296fe550107 (plain) (tree)
1
2
3
4
5
6
7
8
9
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"