diff options
Diffstat (limited to 'textproc/grap/files/patch-grap-h')
-rw-r--r-- | textproc/grap/files/patch-grap-h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/grap/files/patch-grap-h b/textproc/grap/files/patch-grap-h new file mode 100644 index 0000000..770af07 --- /dev/null +++ b/textproc/grap/files/patch-grap-h @@ -0,0 +1,10 @@ +--- grap.h.orig Sun Nov 24 03:19:42 2002 ++++ grap.h Sun Nov 24 03:20:51 2002 +@@ -55,6 +55,7 @@ + + using namespace std; + ++#include <vector> + #include <string> + #include <list> + #include <algorithm> |