diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-23 11:12:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-23 11:12:54 +0000 |
commit | 272ce2bec261bc4a8f15cd255b8fda234883f319 (patch) | |
tree | 52b7f918551cc619fe2e6dd14e20871839958dcd /sd/source/core/TransitionPreset.cxx | |
parent | 97a727a978a8b23e437d8bd477311ae78191f36d (diff) |
#100000# added missing include
Diffstat (limited to 'sd/source/core/TransitionPreset.cxx')
-rw-r--r-- | sd/source/core/TransitionPreset.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/core/TransitionPreset.cxx b/sd/source/core/TransitionPreset.cxx index 61a988c17..1411152c7 100644 --- a/sd/source/core/TransitionPreset.cxx +++ b/sd/source/core/TransitionPreset.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TransitionPreset.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-16 18:13:26 $ + * last change: $Author: vg $ $Date: 2006-11-23 12:12:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,6 +92,7 @@ #include <algorithm> #include "sdpage.hxx" +#include <hash_map> using namespace ::vos; using namespace ::com::sun::star; |