diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-09-08 13:12:18 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-09-08 13:12:18 +0000 |
commit | aab3806a08849b105bf1462439384b9daca16900 (patch) | |
tree | a798bded6d1e640f0e6df1c8fb3e457198963699 /cppuhelper | |
parent | 43c019413108979b89838e3fa6a187104f7eb985 (diff) |
INTEGRATION: CWS ooo20040704 (1.24.8); FILE MERGED
2004/07/02 07:51:09 cmc 1.24.8.2: #i30891# revert header and namespace change
2004/06/28 12:15:01 cmc 1.24.8.1: #i30801 allow using system stl if possible
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/component_context.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/component_context.cxx b/cppuhelper/source/component_context.cxx index 0555c281e..5f78b9da0 100644 --- a/cppuhelper/source/component_context.cxx +++ b/cppuhelper/source/component_context.cxx @@ -2,9 +2,9 @@ * * $RCSfile: component_context.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2004-08-12 12:16:23 $ + * last change: $Author: rt $ $Date: 2004-09-08 14:12:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,7 @@ #endif #include <vector> +#include <hash_map> #ifdef CONTEXT_DIAG #include <map> #endif |