|
From: stephan b. <sg...@us...> - 2005-01-06 17:03:55
|
Update of /cvsroot/pclasses/pclasses2/src/SIO/Proxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17652/src/SIO/Proxy Modified Files: SimplePropertyStore_s11n.h Log Message: Added a missing header. Index: SimplePropertyStore_s11n.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/SIO/Proxy/SimplePropertyStore_s11n.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- SimplePropertyStore_s11n.h 30 Dec 2004 23:11:13 -0000 1.2 +++ SimplePropertyStore_s11n.h 6 Jan 2005 17:03:45 -0000 1.3 @@ -2,6 +2,7 @@ # error "s11n.h or SIO.h must be included before plugging in s11n proxies!" #else +#include <pclasses/Util/SimplePropertyStore.h> #include "LexT_s11n.h" #if !defined(p_UTIL_SIMPLEPRPOPERTYSTORE_REGISTERED_WITH_S11N) |