From: <ha...@us...> - 2002-08-30 08:45:12
|
Update of /cvsroot/decaldev/source/Inject In directory usw-pr-cvs1:/tmp/cvs-serv15080 Modified Files: StdAfx.h Log Message: list->Map change for QueryMemLoc (minor perf increase) Index: StdAfx.h =================================================================== RCS file: /cvsroot/decaldev/source/Inject/StdAfx.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** StdAfx.h 24 Aug 2002 02:29:44 -0000 1.7 --- StdAfx.h 30 Aug 2002 08:45:09 -0000 1.8 *************** *** 32,35 **** --- 32,36 ---- #include <list> + #include <map> #include <vector> #include <stack> |