Compilation fix for msvc2010

Usage of back_inserter requires <iterator> header when using msvc2010

Change-Id: I92ee1649795ce0468ce337fc414eb0ca6e90c51e
This commit is contained in:
Sergey Sharybin
2013-03-21 15:12:01 +06:00
parent ac0d416991
commit 16636efeff
+1
View File
@@ -33,6 +33,7 @@
#include <algorithm>
#include <cstddef>
#include <iterator>
#include <set>
#include <string>
#include <utility>