diff options
author | David Ostrovsky <david@ostrovsky.org> | 2015-09-12 23:50:13 +0200 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2015-09-13 05:35:45 +0000 |
commit | 1cebf4452fcff7faf13b6030204fa156d7c89e82 (patch) | |
tree | ef27ce1159cce3a7a63e31b241aa2cfe1a245839 /chart2/qa | |
parent | 00525937971a6d2fcb51548f050be87069f07f55 (diff) |
chart2: Add missing include
Change-Id: I06eacfd944cf4ae7eef44900352b958e08f91b42
Reviewed-on: https://gerrit.libreoffice.org/18522
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/unit/common_functor_test.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/qa/unit/common_functor_test.cxx b/chart2/qa/unit/common_functor_test.cxx index 34f444c50922..ecc4f487cf4a 100644 --- a/chart2/qa/unit/common_functor_test.cxx +++ b/chart2/qa/unit/common_functor_test.cxx @@ -15,6 +15,7 @@ #include <com/sun/star/uno/Any.h> #include <rtl/ustring.hxx> +#include <iterator> #include <vector> #include "CommonFunctors.hxx" |