spack/var/spack/repos/builtin/packages/boost/array_binary_tree.patch
Denis Davydov 338fa8d7d6 fix dealii dependencies for Clang 9.1.0 C++17 (#7644)
* fix boost and muparser for Clang 9.1.0 with C++17

* muparser: add C++11 flags

* dealii: temporary disable python by default

* dealii: make CMake find right python
2018-04-03 10:15:09 -05:00

13 lines
366 B
Diff

diff --git a/boost/graph/detail/array_binary_tree.hpp b/boost/graph/detail/array_binary_tree.hpp
index e59da9e..fd403d1 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 {