[RsWitch-cvs] CVS: rswitch StdAfx.h,1.1.1.1,1.2
Status: Alpha
Brought to you by:
bcrochet
|
From: Brad P. C. <bcr...@us...> - 2000-12-03 21:03:23
|
Update of /cvsroot/rswitch/rswitch In directory slayer.i.sourceforge.net:/tmp/cvs-serv12049 Modified Files: StdAfx.h Log Message: Added <vector>. Index: StdAfx.h =================================================================== RCS file: /cvsroot/rswitch/rswitch/StdAfx.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** StdAfx.h 2000/11/01 15:10:18 1.1.1.1 --- StdAfx.h 2000/12/03 21:03:16 1.2 *************** *** 19,22 **** --- 19,25 ---- // $Log$ + // Revision 1.2 2000/12/03 21:03:16 bcrochet + // Added <vector>. + // // Revision 1.1.1.1 2000/11/01 15:10:18 bcrochet // Initial revision and import *************** *** 48,51 **** --- 51,55 ---- // Microsoft Visual C++ will insert additional declarations immediately before the previous line. + #include <vector> #include "inlines.h" |