diff options
author | Jose <jose@zeroc.com> | 2019-09-02 17:11:10 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-09-02 17:11:10 +0200 |
commit | 409693faf4d82f3f25bcd0950b2b148b73f3f229 (patch) | |
tree | e0baa0b72c6232fdb5fd81b58eef10fef9ca43bb /cpp/src/slice2swift/Gen.cpp | |
parent | Add slice2swift to NuGet packages - Close #505 (diff) | |
download | ice-409693faf4d82f3f25bcd0950b2b148b73f3f229.tar.bz2 ice-409693faf4d82f3f25bcd0950b2b148b73f3f229.tar.xz ice-409693faf4d82f3f25bcd0950b2b148b73f3f229.zip |
Fix slice2swift Windows build failure
Diffstat (limited to 'cpp/src/slice2swift/Gen.cpp')
-rw-r--r-- | cpp/src/slice2swift/Gen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2swift/Gen.cpp b/cpp/src/slice2swift/Gen.cpp index 1d8ff20d595..8a57e737181 100644 --- a/cpp/src/slice2swift/Gen.cpp +++ b/cpp/src/slice2swift/Gen.cpp @@ -10,6 +10,8 @@ #include <Slice/FileTracker.h> #include <Slice/Util.h> +#include <iterator> + #include "Gen.h" using namespace std; |