diff options
Diffstat (limited to 'devel/mico/files/patch-include::tclmico.h')
-rw-r--r-- | devel/mico/files/patch-include::tclmico.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/mico/files/patch-include::tclmico.h b/devel/mico/files/patch-include::tclmico.h new file mode 100644 index 000000000000..82a04f82383d --- /dev/null +++ b/devel/mico/files/patch-include::tclmico.h @@ -0,0 +1,13 @@ +--- tclmico.h.orig Mon May 26 14:55:46 2003 ++++ include/mico/tclmico.h Sun Jun 29 02:25:42 2003 +@@ -32,6 +32,10 @@ + #include <tcl.h> + #endif + ++using std::list; ++using std::set; ++using std::less; ++ + class TclDispatcher : public CORBA::Dispatcher { + + struct FileEvent { |