diff options
| author | Rusty Wagner <rusty@vector35.com> | 2016-10-10 22:01:28 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2016-10-10 22:01:28 -0400 |
| commit | c99fd8fddc8734c121383d8d3e078674cb1a5e88 (patch) | |
| tree | bea67f331dc4611d7e0a64ead14dc90a22272675 /binaryview.cpp | |
| parent | 7e4cbbbf09e8dcda20f552a937b458aa09c28cf9 (diff) | |
Fix missing include
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryview.cpp b/binaryview.cpp index 98f6f334..ff19de18 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -19,6 +19,7 @@ // IN THE SOFTWARE. #include <algorithm> +#include <iterator> #include "binaryninjaapi.h" using namespace BinaryNinja; |
