summaryrefslogtreecommitdiff
path: root/chart2/source/controller
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-11-04 12:21:59 +0000
committerBjörn Milcke <bm@openoffice.org>2003-11-04 12:21:59 +0000
commit0894ce1bd39f2d1e7ce963a4608412c54b452fed (patch)
treee67c78fc3838158b06ad3319c4e1adce98d5ff5f /chart2/source/controller
parent4aa21a800326f7dc0c5869a667a4fab14b041f73 (diff)
include algorithm was missing for find_if
Diffstat (limited to 'chart2/source/controller')
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType.cxx5
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"