ports/math/graphthing/files/patch-src-gt-bison.y
2002-10-30 13:57:19 +00:00

10 lines
235 B
Text

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