From 3429026ab7d45c731cb31ac2d845bce1bc15369a Mon Sep 17 00:00:00 2001
From: Serge Lamikhov-Center <to_serge@users.sourceforge.net>
Date: Sat, 22 Aug 2015 20:04:02 +0300
Subject: [PATCH] Include <iterator> header file

---
 elfio/elfio.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elfio/elfio.hpp b/elfio/elfio.hpp
index ac9816d..883693d 100644
--- a/elfio/elfio.hpp
+++ b/elfio/elfio.hpp
@@ -36,6 +36,7 @@ THE SOFTWARE.
 #include <algorithm>
 #include <vector>
 #include <deque>
+#include <iterator>
 #include <typeinfo>
 
 #include <elfio/elf_types.hpp>