diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-01-29 14:46:36 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-01-29 14:46:36 +0000 |
commit | b551306ce79e98e7f1da904586e2e3c31f749234 (patch) | |
tree | d4edf3726cc338e364b6053df006858c70c3e423 /forms | |
parent | 0574e14c3c474bc9db3a4e3ee8be2eaa387c39d3 (diff) |
INTEGRATION: CWS cppuhelpshrink (1.12.38); FILE MERGED
2007/01/25 08:01:36 sb 1.12.38.1: #i72766# Missing include.
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index a22fabaeb..984e32c03 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -4,9 +4,9 @@ * * $RCSfile: InterfaceContainer.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-10-12 11:13:55 $ + * last change: $Author: rt $ $Date: 2007-01-29 15:46:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,6 +36,8 @@ #ifndef _FRM_INTERFACE_CONTAINER_HXX_ #define _FRM_INTERFACE_CONTAINER_HXX_ +#include <hash_map> + #ifndef _COMPHELPER_STLTYPES_HXX_ #include <comphelper/stl_types.hxx> #endif |