diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-11-30 11:56:46 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-11-30 11:56:58 +0100 |
commit | 79080b68f3d367e1ef82155d221e221b2a96a4c8 (patch) | |
tree | ad74c414a496dfb08e241330a9be2d8af491d97b /forms/source | |
parent | accebf15ae5d8f93399cbe93ea4e8ba22aedd5d2 (diff) |
Include <iterator>
Change-Id: I8a3db271ed0400decc00b88c75603cc73ffdd1db
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/ListBox.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 5864d9ec8590..c3aba8b9bb27 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -56,6 +56,7 @@ #include <algorithm> #include <functional> +#include <iterator> //......................................................................... |