commit | 7ffd8ffeb2abb2314dd2666353ae4efed276e8fc | [log] [tgz] |
---|---|---|
author | Andrew Woloszyn <awoloszyn@google.com> | Mon Jan 11 16:22:34 2016 -0500 |
committer | Andrew Woloszyn <awoloszyn@google.com> | Mon Jan 11 16:22:34 2016 -0500 |
tree | 059c29ddcec84ea7b756a6a247e07d636a5ea6b4 | |
parent | 5d30edb36d8ee92ea0e37d0c21e4a46b7b5f4607 [diff] [blame] |
Minor fixes to remove warnings in VS2013. Also fixes VS2015 build due to missing #include <iterator>
diff --git a/source/binary.cpp b/source/binary.cpp index 72b04ef..ae11152 100644 --- a/source/binary.cpp +++ b/source/binary.cpp
@@ -29,6 +29,7 @@ #include <algorithm> #include <cassert> #include <cstring> +#include <iterator> #include <limits> #include <unordered_map>