From: Dejan L. <de...@us...> - 2004-06-11 21:06:48
|
Update of /cvsroot/rtk/rtk/rtk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27636/rtk Modified Files: IO.h Log Message: Small fix - changed #include rtk/Class.h lines Index: IO.h =================================================================== RCS file: /cvsroot/rtk/rtk/rtk/IO.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** IO.h 11 Jun 2004 20:27:42 -0000 1.7 --- IO.h 11 Jun 2004 21:06:38 -0000 1.8 *************** *** 45,49 **** #include "rtkdef.h" ! #include <rtk/Mutex.h> namespace Rtk --- 45,49 ---- #include "rtkdef.h" ! #include "Mutex.h" namespace Rtk |