diff options
author | Björn Milcke <bm@openoffice.org> | 2003-11-04 12:21:59 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2003-11-04 12:21:59 +0000 |
commit | 0894ce1bd39f2d1e7ce963a4608412c54b452fed (patch) | |
tree | e67c78fc3838158b06ad3319c4e1adce98d5ff5f /chart2/source/controller | |
parent | 4aa21a800326f7dc0c5869a667a4fab14b041f73 (diff) |
include algorithm was missing for find_if
Diffstat (limited to 'chart2/source/controller')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_ChartType.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ChartType.cxx b/chart2/source/controller/dialogs/dlg_ChartType.cxx index 1c47fc1541a3a..f51bb1137e7bf 100644 --- a/chart2/source/controller/dialogs/dlg_ChartType.cxx +++ b/chart2/source/controller/dialogs/dlg_ChartType.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlg_ChartType.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: bm $ $Date: 2003-11-04 12:37:12 $ + * last change: $Author: bm $ $Date: 2003-11-04 13:21:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,6 +98,7 @@ #include "macros.hxx" #include <functional> +#include <algorithm> #include "SchSfxItemIds.hxx" |