summaryrefslogtreecommitdiff
path: root/framework/inc/stdtypes.h
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-01-29 14:50:02 +0000
committerRüdiger Timm <rt@openoffice.org>2007-01-29 14:50:02 +0000
commit10d957096288007092279acd3312c21d71235a16 (patch)
treed6ec99f4a4a44a7acc60bf515171b5c6a5d8abd8 /framework/inc/stdtypes.h
parentb42cc103c0bfbf58ccc56feef1f270990cb9f440 (diff)
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
Diffstat (limited to 'framework/inc/stdtypes.h')
-rw-r--r--framework/inc/stdtypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h
index fa7292e21f33..653d8badc6ec 100644
--- a/framework/inc/stdtypes.h
+++ b/framework/inc/stdtypes.h
@@ -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