summaryrefslogtreecommitdiff
path: root/comphelper/source
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-14 16:49:54 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-14 16:50:13 +0100
commiteec5319ecca240ca6bd38eb33f7bf97e08d9e2fb (patch)
tree4703c47eba0733feef4e5d8e9b8d44c21e733892 /comphelper/source
parent92c5d7f0aca578cd27506f8652fdb1c6ddb78541 (diff)
insert_iterator not member of std:: error with Visual Studio 10
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/property/opropertybag.cxx1
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>
//--------------------------------------------------------------------------