summaryrefslogtreecommitdiff
path: root/devel/mico/files/patch-include::tclmico.h
blob: 82a04f82383d71d8b499c65aa04e1b388692dfe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 {