diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-12 05:54:53 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-12 05:54:53 +0000 |
commit | 44c8936a4c8e72d395f0fcf7dba6be16c384faf1 (patch) | |
tree | f7556b96778181caec71385fb5948401b00ad25a /misc/gtl/files/patch-ab | |
parent | Update to 1.5.12.2 and add a y2k patch (diff) |
Update to 0.3.2
Notes
Notes:
svn path=/head/; revision=24673
Diffstat (limited to 'misc/gtl/files/patch-ab')
-rw-r--r-- | misc/gtl/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/gtl/files/patch-ab b/misc/gtl/files/patch-ab new file mode 100644 index 000000000000..b39263d7a9f5 --- /dev/null +++ b/misc/gtl/files/patch-ab @@ -0,0 +1,11 @@ +--- src/graph.cpp.orig Wed Jan 12 14:25:24 2000 ++++ src/graph.cpp Wed Jan 12 14:25:51 2000 +@@ -24,6 +24,8 @@ + #include <fstream> + #include <string> + ++#include <map> ++ + __GTL_BEGIN_NAMESPACE + + //-------------------------------------------------------------------------- |