diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-30 14:45:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-30 14:45:21 +0000 |
commit | 54f739748267c8d611507d20b26a295cb2634873 (patch) | |
tree | 02d3b5b9ff44e8dab68ff7fbc2f439fd910142d6 /svx/source/accessibility | |
parent | c74ef36bf22512240c037192b40430810853d4d8 (diff) |
INTEGRATION: CWS gcc340fixes01 (1.3.480); FILE MERGED
2004/07/15 17:03:42 hr 1.3.480.1: #i31534: #include <algorithm>
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/AccessibleTextEventQueue.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/accessibility/AccessibleTextEventQueue.hxx b/svx/source/accessibility/AccessibleTextEventQueue.hxx index f2f3aa5ec26b..b47ff9b9efeb 100644 --- a/svx/source/accessibility/AccessibleTextEventQueue.hxx +++ b/svx/source/accessibility/AccessibleTextEventQueue.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleTextEventQueue.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-06-24 07:39:24 $ + * last change: $Author: kz $ $Date: 2004-07-30 15:45:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,7 @@ #include <memory> #include <list> +#include <algorithm> #ifndef _SOLAR_H #include <tools/solar.h> |