diff options
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-i71977')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i71977 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i71977 b/editors/openoffice.org-2-devel/files/patch-i71977 new file mode 100644 index 00000000000..3feddab4bcd --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i71977 @@ -0,0 +1,15 @@ +Index: sd/inc/CustomAnimationPreset.hxx +=================================================================== +RCS file: /cvs/graphics/sd/inc/CustomAnimationPreset.hxx,v +retrieving revision 1.3 +diff -u -r1.3 CustomAnimationPreset.hxx +--- sd/inc/CustomAnimationPreset.hxx 9 Sep 2005 02:50:54 -0000 1.3 ++++ sd/inc/CustomAnimationPreset.hxx 5 Dec 2006 08:01:01 -0000 +@@ -56,6 +56,7 @@ + #include <CustomAnimationEffect.hxx> + #endif + ++#include <hash_map> + + namespace sd { + |