INTEGRATION: CWS cppuhelpshrink (1.8.264); FILE MERGED

2006/12/22 14:37:18 mmeeks 1.8.264.1: #i72766#
save memory in cppuhelper, using a vector instead of a hash_map
This commit is contained in:
Rüdiger Timm 2007-01-29 14:50:02 +00:00
parent b42cc103c0
commit 10d9570962

View file

@ -4,9 +4,9 @@
*
* $RCSfile: stdtypes.h,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: rt $ $Date: 2005-09-09 00:00:37 $
* last change: $Author: rt $ $Date: 2007-01-29 15:50:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -38,6 +38,7 @@
#include <vector>
#include <queue>
#include <hash_map>
//_________________________________________________________________________________________________________________
// own includes