diff options
Diffstat (limited to 'boost/graph/detail/array_binary_tree.hpp')
-rw-r--r-- | boost/graph/detail/array_binary_tree.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/graph/detail/array_binary_tree.hpp b/boost/graph/detail/array_binary_tree.hpp index e59da9e179..fd403d1f30 100644 --- a/boost/graph/detail/array_binary_tree.hpp +++ b/boost/graph/detail/array_binary_tree.hpp @@ -14,6 +14,7 @@ #include <iterator> #include <functional> #include <boost/config.hpp> +#include <boost/iterator.hpp> namespace boost { |