diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-14 16:49:54 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-14 16:50:13 +0100 |
commit | eec5319ecca240ca6bd38eb33f7bf97e08d9e2fb (patch) | |
tree | 4703c47eba0733feef4e5d8e9b8d44c21e733892 /comphelper/source/property | |
parent | 92c5d7f0aca578cd27506f8652fdb1c6ddb78541 (diff) |
insert_iterator not member of std:: error with Visual Studio 10
Diffstat (limited to 'comphelper/source/property')
-rw-r--r-- | comphelper/source/property/opropertybag.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/source/property/opropertybag.cxx b/comphelper/source/property/opropertybag.cxx index 4adc7bc4e46b..c67605977ddf 100644 --- a/comphelper/source/property/opropertybag.cxx +++ b/comphelper/source/property/opropertybag.cxx @@ -43,6 +43,7 @@ #include <algorithm> #include <functional> +#include <iterator> //-------------------------------------------------------------------------- |