From 0894ce1bd39f2d1e7ce963a4608412c54b452fed Mon Sep 17 00:00:00 2001 From: Björn Milcke Date: Tue, 4 Nov 2003 12:21:59 +0000 Subject: include algorithm was missing for find_if --- chart2/source/controller/dialogs/dlg_ChartType.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chart2/source/controller') diff --git a/chart2/source/controller/dialogs/dlg_ChartType.cxx b/chart2/source/controller/dialogs/dlg_ChartType.cxx index 1c47fc1541a3..f51bb1137e7b 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 +#include #include "SchSfxItemIds.hxx" -- cgit